Class: Aws::S3Tables::Types::GetTableEncryptionRequest

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

#nameString

The name of the table.

Returns:

  • (String)


536
537
538
539
540
541
542
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 536

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

#namespaceString

The namespace associated with the table.

Returns:

  • (String)


536
537
538
539
540
541
542
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 536

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

#table_bucket_arnString

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

Returns:

  • (String)


536
537
538
539
540
541
542
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 536

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