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
3780 |
# File 'sig/client.rbs', line 3780
def latest_version: () -> bool
|
#metadata_key ⇒ ::String
3783 |
# File 'sig/client.rbs', line 3783
def metadata_key: () -> ::String
|
#metadata_value ⇒ ::String
3784 |
# File 'sig/client.rbs', line 3784
def metadata_value: () -> ::String
|
#registry_name ⇒ ::String
3779 |
# File 'sig/client.rbs', line 3779
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
3777 |
# File 'sig/client.rbs', line 3777
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
3778 |
# File 'sig/client.rbs', line 3778
def schema_name: () -> ::String
|
#schema_version_id ⇒ ::String
3782 |
# File 'sig/client.rbs', line 3782
def schema_version_id: () -> ::String
|
#version_number ⇒ ::Integer
3781 |
# File 'sig/client.rbs', line 3781
def version_number: () -> ::Integer
|