Class: Aws::S3Tables::Types::CreateTableBucketResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the table bucket.

Returns:

  • (String)


108
109
110
111
112
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 108

class CreateTableBucketResponse < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end