#[non_exhaustive]pub struct BatchGetCustomDataIdentifiersOutput {
pub custom_data_identifiers: Option<Vec<BatchGetCustomDataIdentifierSummary>>,
pub not_found_identifier_ids: Option<Vec<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.custom_data_identifiers: Option<Vec<BatchGetCustomDataIdentifierSummary>>
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
not_found_identifier_ids: Option<Vec<String>>
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
Implementations
An array of objects, one for each custom data identifier that meets the criteria specified in the request.
Creates a new builder-style object to manufacture BatchGetCustomDataIdentifiersOutput
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 BatchGetCustomDataIdentifiersOutput
impl Sync for BatchGetCustomDataIdentifiersOutput
impl Unpin for BatchGetCustomDataIdentifiersOutput
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