Struct aws_sdk_glue::output::RemoveSchemaVersionMetadataOutput
source ·
[−]#[non_exhaustive]pub struct RemoveSchemaVersionMetadataOutput {
pub schema_arn: Option<String>,
pub schema_name: Option<String>,
pub registry_name: Option<String>,
pub latest_version: bool,
pub version_number: i64,
pub schema_version_id: Option<String>,
pub metadata_key: Option<String>,
pub metadata_value: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.schema_arn: Option<String>
The Amazon Resource Name (ARN) of the schema.
schema_name: Option<String>
The name of the schema.
registry_name: Option<String>
The name of the registry.
latest_version: bool
The latest version of the schema.
version_number: i64
The version number of the schema.
schema_version_id: Option<String>
The version ID for the schema version.
metadata_key: Option<String>
The metadata key.
metadata_value: Option<String>
The value of the metadata key.
Implementations
The Amazon Resource Name (ARN) of the schema.
The name of the schema.
The name of the registry.
The latest version of the schema.
The version number of the schema.
The version ID for the schema version.
The metadata key.
The value of the metadata key.
Creates a new builder-style object to manufacture RemoveSchemaVersionMetadataOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for RemoveSchemaVersionMetadataOutput
impl Sync for RemoveSchemaVersionMetadataOutput
impl Unpin for RemoveSchemaVersionMetadataOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more