#[non_exhaustive]pub struct ListCustomDataIdentifiersOutput {
pub items: Option<Vec<CustomDataIdentifierSummary>>,
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<CustomDataIdentifierSummary>>
An array of objects, one for each custom 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 custom 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 ListCustomDataIdentifiersOutput
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 ListCustomDataIdentifiersOutput
impl Sync for ListCustomDataIdentifiersOutput
impl Unpin for ListCustomDataIdentifiersOutput
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