Struct aws_sdk_macie2::output::ListManagedDataIdentifiersOutput [−][src]
#[non_exhaustive]pub struct ListManagedDataIdentifiersOutput {
pub items: Option<Vec<ManagedDataIdentifierSummary>>,
pub next_token: Option<String>,
}
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.items: Option<Vec<ManagedDataIdentifierSummary>>
An array of objects, one for each managed data identifier.
next_token: Option<String>
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
Implementations
An array of objects, one for each managed data identifier.
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
Creates a new builder-style object to manufacture ListManagedDataIdentifiersOutput
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 ListManagedDataIdentifiersOutput
impl Sync for ListManagedDataIdentifiersOutput
impl Unpin for ListManagedDataIdentifiersOutput
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