Class: Aws::Types::PutSchemaVersionMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::PutSchemaVersionMetadataInput
- 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.
6118 6119 6120 |
# File 'sig/types.rbs', line 6118 def @metadata_key_value end |
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
6115 6116 6117 |
# File 'sig/types.rbs', line 6115 def schema_id @schema_id end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6117 6118 6119 |
# File 'sig/types.rbs', line 6117 def schema_version_id @schema_version_id end |
#schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
6116 6117 6118 |
# File 'sig/types.rbs', line 6116 def schema_version_number @schema_version_number end |