#[non_exhaustive]pub struct QuerySchemaVersionMetadataOutput { /* private fields */ }Implementations§
source§impl QuerySchemaVersionMetadataOutput
impl QuerySchemaVersionMetadataOutput
sourcepub fn metadata_info_map(&self) -> Option<&HashMap<String, MetadataInfo>>
pub fn metadata_info_map(&self) -> Option<&HashMap<String, MetadataInfo>>
A map of a metadata key and associated values.
sourcepub fn schema_version_id(&self) -> Option<&str>
pub fn schema_version_id(&self) -> Option<&str>
The unique version ID of the schema version.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
source§impl QuerySchemaVersionMetadataOutput
impl QuerySchemaVersionMetadataOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QuerySchemaVersionMetadataOutput.
Trait Implementations§
source§impl Clone for QuerySchemaVersionMetadataOutput
impl Clone for QuerySchemaVersionMetadataOutput
source§fn clone(&self) -> QuerySchemaVersionMetadataOutput
fn clone(&self) -> QuerySchemaVersionMetadataOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<QuerySchemaVersionMetadataOutput> for QuerySchemaVersionMetadataOutput
impl PartialEq<QuerySchemaVersionMetadataOutput> for QuerySchemaVersionMetadataOutput
source§fn eq(&self, other: &QuerySchemaVersionMetadataOutput) -> bool
fn eq(&self, other: &QuerySchemaVersionMetadataOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.