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 moresource§impl Debug for SearchSchemaSummary
impl Debug for SearchSchemaSummary
source§impl PartialEq<SearchSchemaSummary> for SearchSchemaSummary
impl PartialEq<SearchSchemaSummary> for SearchSchemaSummary
source§fn eq(&self, other: &SearchSchemaSummary) -> bool
fn eq(&self, other: &SearchSchemaSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.