Module: Aws::S3Tables::Client::_GetTableResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTableResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #format ⇒ "ICEBERG"
- #managed_by_service ⇒ ::String
- #managed_table_information ⇒ Types::ManagedTableInformation
- #metadata_location ⇒ ::String
- #modified_at ⇒ ::Time
- #modified_by ⇒ ::String
- #name ⇒ ::String
- #namespace ⇒ ::Array[::String]
- #namespace_id ⇒ ::String
- #owner_account_id ⇒ ::String
- #table_arn ⇒ ::String
- #table_bucket_id ⇒ ::String
- #type ⇒ "customer", "aws"
- #version_token ⇒ ::String
- #warehouse_location ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
273 |
# File 'sig/client.rbs', line 273
def created_at: () -> ::Time
|
#created_by ⇒ ::String
274 |
# File 'sig/client.rbs', line 274
def created_by: () -> ::String
|
#format ⇒ "ICEBERG"
279 |
# File 'sig/client.rbs', line 279
def format: () -> ("ICEBERG")
|
#managed_by_service ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def managed_by_service: () -> ::String
|
#managed_table_information ⇒ Types::ManagedTableInformation
281 |
# File 'sig/client.rbs', line 281
def managed_table_information: () -> Types::ManagedTableInformation
|
#metadata_location ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def metadata_location: () -> ::String
|
#modified_at ⇒ ::Time
276 |
# File 'sig/client.rbs', line 276
def modified_at: () -> ::Time
|
#modified_by ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def modified_by: () -> ::String
|
#name ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def name: () -> ::String
|
#namespace ⇒ ::Array[::String]
268 |
# File 'sig/client.rbs', line 268
def namespace: () -> ::Array[::String]
|
#namespace_id ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def namespace_id: () -> ::String
|
#owner_account_id ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def owner_account_id: () -> ::String
|
#table_arn ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def table_arn: () -> ::String
|
#table_bucket_id ⇒ ::String
280 |
# File 'sig/client.rbs', line 280
def table_bucket_id: () -> ::String
|
#type ⇒ "customer", "aws"
266 |
# File 'sig/client.rbs', line 266
def type: () -> ("customer" | "aws")
|
#version_token ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def version_token: () -> ::String
|
#warehouse_location ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def warehouse_location: () -> ::String
|