Class: Aws::Types::RemoveSchemaVersionMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveSchemaVersionMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_version ⇒ Boolean
Returns the value of attribute latest_version.
-
#metadata_key ⇒ ::String
Returns the value of attribute metadata_key.
-
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#latest_version ⇒ Boolean
Returns the value of attribute latest_version.
6285 6286 6287 |
# File 'sig/types.rbs', line 6285 def latest_version @latest_version end |
#metadata_key ⇒ ::String
Returns the value of attribute metadata_key.
6288 6289 6290 |
# File 'sig/types.rbs', line 6288 def @metadata_key end |
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
6289 6290 6291 |
# File 'sig/types.rbs', line 6289 def @metadata_value end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
6284 6285 6286 |
# File 'sig/types.rbs', line 6284 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
6282 6283 6284 |
# File 'sig/types.rbs', line 6282 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
6283 6284 6285 |
# File 'sig/types.rbs', line 6283 def schema_name @schema_name end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6287 6288 6289 |
# File 'sig/types.rbs', line 6287 def schema_version_id @schema_version_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
6286 6287 6288 |
# File 'sig/types.rbs', line 6286 def version_number @version_number end |