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
3626 |
# File 'sig/client.rbs', line 3626
def latest_version: () -> bool
|
#metadata_key ⇒ ::String
3629 |
# File 'sig/client.rbs', line 3629
def metadata_key: () -> ::String
|
#metadata_value ⇒ ::String
3630 |
# File 'sig/client.rbs', line 3630
def metadata_value: () -> ::String
|
#registry_name ⇒ ::String
3625 |
# File 'sig/client.rbs', line 3625
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
3623 |
# File 'sig/client.rbs', line 3623
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
3624 |
# File 'sig/client.rbs', line 3624
def schema_name: () -> ::String
|
#schema_version_id ⇒ ::String
3628 |
# File 'sig/client.rbs', line 3628
def schema_version_id: () -> ::String
|
#version_number ⇒ ::Integer
3627 |
# File 'sig/client.rbs', line 3627
def version_number: () -> ::Integer
|