#[non_exhaustive]pub struct PutSchemaVersionMetadataOutput { /* private fields */ }Implementations§
source§impl PutSchemaVersionMetadataOutput
impl PutSchemaVersionMetadataOutput
sourcepub fn schema_arn(&self) -> Option<&str>
pub fn schema_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the schema.
sourcepub fn schema_name(&self) -> Option<&str>
pub fn schema_name(&self) -> Option<&str>
The name for the schema.
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
The name for the registry.
sourcepub fn latest_version(&self) -> bool
pub fn latest_version(&self) -> bool
The latest version of the schema.
sourcepub fn version_number(&self) -> i64
pub fn version_number(&self) -> i64
The version number of the schema.
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 metadata_key(&self) -> Option<&str>
pub fn metadata_key(&self) -> Option<&str>
The metadata key.
sourcepub fn metadata_value(&self) -> Option<&str>
pub fn metadata_value(&self) -> Option<&str>
The value of the metadata key.
source§impl PutSchemaVersionMetadataOutput
impl PutSchemaVersionMetadataOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutSchemaVersionMetadataOutput.
Trait Implementations§
source§impl Clone for PutSchemaVersionMetadataOutput
impl Clone for PutSchemaVersionMetadataOutput
source§fn clone(&self) -> PutSchemaVersionMetadataOutput
fn clone(&self) -> PutSchemaVersionMetadataOutput
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<PutSchemaVersionMetadataOutput> for PutSchemaVersionMetadataOutput
impl PartialEq<PutSchemaVersionMetadataOutput> for PutSchemaVersionMetadataOutput
source§fn eq(&self, other: &PutSchemaVersionMetadataOutput) -> bool
fn eq(&self, other: &PutSchemaVersionMetadataOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.