Module: Aws::Glue::Client::_RemoveSchemaVersionMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RemoveSchemaVersionMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #latest_version ⇒ Boolean
- #metadata_key ⇒ ::String
- #metadata_value ⇒ ::String
- #registry_name ⇒ ::String
- #schema_arn ⇒ ::String
- #schema_name ⇒ ::String
- #schema_version_id ⇒ ::String
- #version_number ⇒ ::Integer
Instance Method Details
#latest_version ⇒ Boolean
3808 |
# File 'sig/client.rbs', line 3808
def latest_version: () -> bool
|
#metadata_key ⇒ ::String
3811 |
# File 'sig/client.rbs', line 3811
def metadata_key: () -> ::String
|
#metadata_value ⇒ ::String
3812 |
# File 'sig/client.rbs', line 3812
def metadata_value: () -> ::String
|
#registry_name ⇒ ::String
3807 |
# File 'sig/client.rbs', line 3807
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
3805 |
# File 'sig/client.rbs', line 3805
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
3806 |
# File 'sig/client.rbs', line 3806
def schema_name: () -> ::String
|
#schema_version_id ⇒ ::String
3810 |
# File 'sig/client.rbs', line 3810
def schema_version_id: () -> ::String
|
#version_number ⇒ ::Integer
3809 |
# File 'sig/client.rbs', line 3809
def version_number: () -> ::Integer
|