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
3838 |
# File 'sig/client.rbs', line 3838
def latest_version: () -> bool
|
#metadata_key ⇒ ::String
3841 |
# File 'sig/client.rbs', line 3841
def metadata_key: () -> ::String
|
#metadata_value ⇒ ::String
3842 |
# File 'sig/client.rbs', line 3842
def metadata_value: () -> ::String
|
#registry_name ⇒ ::String
3837 |
# File 'sig/client.rbs', line 3837
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
3835 |
# File 'sig/client.rbs', line 3835
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
3836 |
# File 'sig/client.rbs', line 3836
def schema_name: () -> ::String
|
#schema_version_id ⇒ ::String
3840 |
# File 'sig/client.rbs', line 3840
def schema_version_id: () -> ::String
|
#version_number ⇒ ::Integer
3839 |
# File 'sig/client.rbs', line 3839
def version_number: () -> ::Integer
|