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