Module: Aws::Glue::Client::_PutSchemaVersionMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutSchemaVersionMetadataResponse]
- 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
3613 |
# File 'sig/client.rbs', line 3613
def latest_version: () -> bool
|
#metadata_key ⇒ ::String
3616 |
# File 'sig/client.rbs', line 3616
def metadata_key: () -> ::String
|
#metadata_value ⇒ ::String
3617 |
# File 'sig/client.rbs', line 3617
def metadata_value: () -> ::String
|
#registry_name ⇒ ::String
3612 |
# File 'sig/client.rbs', line 3612
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
3610 |
# File 'sig/client.rbs', line 3610
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
3611 |
# File 'sig/client.rbs', line 3611
def schema_name: () -> ::String
|
#schema_version_id ⇒ ::String
3615 |
# File 'sig/client.rbs', line 3615
def schema_version_id: () -> ::String
|
#version_number ⇒ ::Integer
3614 |
# File 'sig/client.rbs', line 3614
def version_number: () -> ::Integer
|