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
3666 |
# File 'sig/client.rbs', line 3666
def latest_version: () -> bool
|
#metadata_key ⇒ ::String
3669 |
# File 'sig/client.rbs', line 3669
def metadata_key: () -> ::String
|
#metadata_value ⇒ ::String
3670 |
# File 'sig/client.rbs', line 3670
def metadata_value: () -> ::String
|
#registry_name ⇒ ::String
3665 |
# File 'sig/client.rbs', line 3665
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
3663 |
# File 'sig/client.rbs', line 3663
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
3664 |
# File 'sig/client.rbs', line 3664
def schema_name: () -> ::String
|
#schema_version_id ⇒ ::String
3668 |
# File 'sig/client.rbs', line 3668
def schema_version_id: () -> ::String
|
#version_number ⇒ ::Integer
3667 |
# File 'sig/client.rbs', line 3667
def version_number: () -> ::Integer
|