Struct aws_sdk_glue::model::SchemaId
source · #[non_exhaustive]pub struct SchemaId { /* private fields */ }Expand description
The unique ID of the schema in the Glue schema registry.
Implementations§
source§impl SchemaId
impl SchemaId
sourcepub fn schema_arn(&self) -> Option<&str>
pub fn schema_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.
sourcepub fn schema_name(&self) -> Option<&str>
pub fn schema_name(&self) -> Option<&str>
The name of the schema. One of SchemaArn or SchemaName has to be provided.
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
The name of the schema registry that contains the schema.