Module: Aws::S3Tables::Client::_GetTableBucketResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTableBucketResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #name ⇒ ::String
- #owner_account_id ⇒ ::String
- #table_bucket_id ⇒ ::String
- #type ⇒ "customer", "aws"
Instance Method Details
#arn ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def arn: () -> ::String
|
#created_at ⇒ ::Time
297 |
# File 'sig/client.rbs', line 297
def created_at: () -> ::Time
|
#name ⇒ ::String
295 |
# File 'sig/client.rbs', line 295
def name: () -> ::String
|
#owner_account_id ⇒ ::String
296 |
# File 'sig/client.rbs', line 296
def owner_account_id: () -> ::String
|
#table_bucket_id ⇒ ::String
298 |
# File 'sig/client.rbs', line 298
def table_bucket_id: () -> ::String
|
#type ⇒ "customer", "aws"
299 |
# File 'sig/client.rbs', line 299
def type: () -> ("customer" | "aws")
|