Struct aws_sdk_glue::output::QuerySchemaVersionMetadataOutput
source ·
[−]#[non_exhaustive]pub struct QuerySchemaVersionMetadataOutput {
pub metadata_info_map: Option<HashMap<String, MetadataInfo>>,
pub schema_version_id: Option<String>,
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.metadata_info_map: Option<HashMap<String, MetadataInfo>>
A map of a metadata key and associated values.
schema_version_id: Option<String>
The unique version ID of the schema version.
next_token: Option<String>
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Implementations
A map of a metadata key and associated values.
The unique version ID of the schema version.
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
Creates a new builder-style object to manufacture QuerySchemaVersionMetadataOutput
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 QuerySchemaVersionMetadataOutput
impl Sync for QuerySchemaVersionMetadataOutput
impl Unpin for QuerySchemaVersionMetadataOutput
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