Struct aws_sdk_macie2::model::BatchGetCustomDataIdentifierSummary [−][src]
#[non_exhaustive]pub struct BatchGetCustomDataIdentifierSummary {
pub arn: Option<String>,
pub created_at: Option<DateTime>,
pub deleted: bool,
pub description: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
}
Expand description
Provides information about a custom data identifier.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The Amazon Resource Name (ARN) of the custom data identifier.
created_at: Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
deleted: bool
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
description: Option<String>
The custom description of the custom data identifier.
id: Option<String>
The unique identifier for the custom data identifier.
name: Option<String>
The custom name of the custom data identifier.
Implementations
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
The custom description of the custom data identifier.
Creates a new builder-style object to manufacture BatchGetCustomDataIdentifierSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for BatchGetCustomDataIdentifierSummary
impl Sync for BatchGetCustomDataIdentifierSummary
impl Unpin for BatchGetCustomDataIdentifierSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more