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
3848 |
# File 'sig/client.rbs', line 3848
def latest_version: () -> bool
|
#metadata_key ⇒ ::String
3851 |
# File 'sig/client.rbs', line 3851
def metadata_key: () -> ::String
|
#metadata_value ⇒ ::String
3852 |
# File 'sig/client.rbs', line 3852
def metadata_value: () -> ::String
|
#registry_name ⇒ ::String
3847 |
# File 'sig/client.rbs', line 3847
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
3845 |
# File 'sig/client.rbs', line 3845
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
3846 |
# File 'sig/client.rbs', line 3846
def schema_name: () -> ::String
|
#schema_version_id ⇒ ::String
3850 |
# File 'sig/client.rbs', line 3850
def schema_version_id: () -> ::String
|
#version_number ⇒ ::Integer
3849 |
# File 'sig/client.rbs', line 3849
def version_number: () -> ::Integer
|