Class: Aws::Types::RemoveSchemaVersionMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::RemoveSchemaVersionMetadataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_key_value ⇒ Types::MetadataKeyValuePair
Returns the value of attribute metadata_key_value.
-
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
Instance Attribute Details
#metadata_key_value ⇒ Types::MetadataKeyValuePair
Returns the value of attribute metadata_key_value.
6277 6278 6279 |
# File 'sig/types.rbs', line 6277 def @metadata_key_value end |
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
6274 6275 6276 |
# File 'sig/types.rbs', line 6274 def schema_id @schema_id end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6276 6277 6278 |
# File 'sig/types.rbs', line 6276 def schema_version_id @schema_version_id end |
#schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
6275 6276 6277 |
# File 'sig/types.rbs', line 6275 def schema_version_number @schema_version_number end |