Class: Aws::S3Tables::Types::CreateTableResponse

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

#table_arnString

The Amazon Resource Name (ARN) of the table.

Returns:

  • (String)


157
158
159
160
161
162
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 157

class CreateTableResponse < Struct.new(
  :table_arn,
  :version_token)
  SENSITIVE = []
  include Aws::Structure
end

#version_tokenString

The version token of the table.

Returns:

  • (String)


157
158
159
160
161
162
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 157

class CreateTableResponse < Struct.new(
  :table_arn,
  :version_token)
  SENSITIVE = []
  include Aws::Structure
end