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
3793 |
# File 'sig/client.rbs', line 3793
def latest_version: () -> bool
|
#metadata_key ⇒ ::String
3796 |
# File 'sig/client.rbs', line 3796
def metadata_key: () -> ::String
|
#metadata_value ⇒ ::String
3797 |
# File 'sig/client.rbs', line 3797
def metadata_value: () -> ::String
|
#registry_name ⇒ ::String
3792 |
# File 'sig/client.rbs', line 3792
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
3790 |
# File 'sig/client.rbs', line 3790
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
3791 |
# File 'sig/client.rbs', line 3791
def schema_name: () -> ::String
|
#schema_version_id ⇒ ::String
3795 |
# File 'sig/client.rbs', line 3795
def schema_version_id: () -> ::String
|
#version_number ⇒ ::Integer
3794 |
# File 'sig/client.rbs', line 3794
def version_number: () -> ::Integer
|