Class: Aws::S3Tables::Types::GetTableStorageClassRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the table.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-s3tables/types.rb', line 1167

class GetTableStorageClassRequest < Struct.new(
  :table_bucket_arn,
  :namespace,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace associated with the table.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-s3tables/types.rb', line 1167

class GetTableStorageClassRequest < Struct.new(
  :table_bucket_arn,
  :namespace,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_arnString

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

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-s3tables/types.rb', line 1167

class GetTableStorageClassRequest < Struct.new(
  :table_bucket_arn,
  :namespace,
  :name)
  SENSITIVE = []
  include Aws::Structure
end