Struct aws_sdk_schemas::model::SearchSchemaSummary
source · #[non_exhaustive]pub struct SearchSchemaSummary { /* private fields */ }
Implementations§
source§impl SearchSchemaSummary
impl SearchSchemaSummary
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
The name of the registry.
sourcepub fn schema_arn(&self) -> Option<&str>
pub fn schema_arn(&self) -> Option<&str>
The 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 schema_versions(&self) -> Option<&[SearchSchemaVersionSummary]>
pub fn schema_versions(&self) -> Option<&[SearchSchemaVersionSummary]>
An array of schema version summaries.
source§impl SearchSchemaSummary
impl SearchSchemaSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchSchemaSummary
.
Trait Implementations§
source§impl Clone for SearchSchemaSummary
impl Clone for SearchSchemaSummary
source§fn clone(&self) -> SearchSchemaSummary
fn clone(&self) -> SearchSchemaSummary
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 more