Struct aws_sdk_macie2::operation::test_custom_data_identifier::TestCustomDataIdentifierOutput
source · #[non_exhaustive]pub struct TestCustomDataIdentifierOutput { /* private fields */ }
Implementations§
source§impl TestCustomDataIdentifierOutput
impl TestCustomDataIdentifierOutput
sourcepub fn match_count(&self) -> i32
pub fn match_count(&self) -> i32
The number of occurrences of sample text that matched the criteria specified by the custom data identifier.
source§impl TestCustomDataIdentifierOutput
impl TestCustomDataIdentifierOutput
sourcepub fn builder() -> TestCustomDataIdentifierOutputBuilder
pub fn builder() -> TestCustomDataIdentifierOutputBuilder
Creates a new builder-style object to manufacture TestCustomDataIdentifierOutput
.
Trait Implementations§
source§impl Clone for TestCustomDataIdentifierOutput
impl Clone for TestCustomDataIdentifierOutput
source§fn clone(&self) -> TestCustomDataIdentifierOutput
fn clone(&self) -> TestCustomDataIdentifierOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<TestCustomDataIdentifierOutput> for TestCustomDataIdentifierOutput
impl PartialEq<TestCustomDataIdentifierOutput> for TestCustomDataIdentifierOutput
source§fn eq(&self, other: &TestCustomDataIdentifierOutput) -> bool
fn eq(&self, other: &TestCustomDataIdentifierOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for TestCustomDataIdentifierOutput
impl RequestId for TestCustomDataIdentifierOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.