Module: Aws::S3Tables::Client::_UpdateTableMetadataLocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTableMetadataLocationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #metadata_location ⇒ ::String
- #name ⇒ ::String
- #namespace ⇒ ::Array[::String]
- #table_arn ⇒ ::String
- #version_token ⇒ ::String
Instance Method Details
#metadata_location ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def metadata_location: () -> ::String
|
#name ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def name: () -> ::String
|
#namespace ⇒ ::Array[::String]
718 |
# File 'sig/client.rbs', line 718
def namespace: () -> ::Array[::String]
|
#table_arn ⇒ ::String
717 |
# File 'sig/client.rbs', line 717
def table_arn: () -> ::String
|
#version_token ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def version_token: () -> ::String
|