Struct aws_sdk_macie2::operation::test_custom_data_identifier::TestCustomDataIdentifierOutput
source · #[non_exhaustive]pub struct TestCustomDataIdentifierOutput {
pub match_count: Option<i32>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.match_count: Option<i32>
The number of occurrences of sample text that matched the criteria specified by the custom data identifier.
Implementations§
source§impl TestCustomDataIdentifierOutput
impl TestCustomDataIdentifierOutput
sourcepub fn match_count(&self) -> Option<i32>
pub fn match_count(&self) -> Option<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 for TestCustomDataIdentifierOutput
impl PartialEq 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.impl StructuralPartialEq for TestCustomDataIdentifierOutput
Auto Trait Implementations§
impl RefUnwindSafe for TestCustomDataIdentifierOutput
impl Send for TestCustomDataIdentifierOutput
impl Sync for TestCustomDataIdentifierOutput
impl Unpin for TestCustomDataIdentifierOutput
impl UnwindSafe for TestCustomDataIdentifierOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.