Module: Aws::S3Tables::Client::_GetTableBucketResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetTableBucketResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


294
# File 'sig/client.rbs', line 294

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


297
# File 'sig/client.rbs', line 297

def created_at: () -> ::Time

#name::String

Returns:

  • (::String)


295
# File 'sig/client.rbs', line 295

def name: () -> ::String

#owner_account_id::String

Returns:

  • (::String)


296
# File 'sig/client.rbs', line 296

def owner_account_id: () -> ::String

#table_bucket_id::String

Returns:

  • (::String)


298
# File 'sig/client.rbs', line 298

def table_bucket_id: () -> ::String

#type"customer", "aws"

Returns:

  • ("customer", "aws")


299
# File 'sig/client.rbs', line 299

def type: () -> ("customer" | "aws")