Class: Aws::S3Tables::Types::PutTableBucketEncryptionRequest

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

#encryption_configurationTypes::EncryptionConfiguration

The encryption configuration to apply to the table bucket.



1598
1599
1600
1601
1602
1603
# File 'lib/aws-sdk-s3tables/types.rb', line 1598

class PutTableBucketEncryptionRequest < Struct.new(
  :table_bucket_arn,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_arnString

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

Returns:

  • (String)


1598
1599
1600
1601
1602
1603
# File 'lib/aws-sdk-s3tables/types.rb', line 1598

class PutTableBucketEncryptionRequest < Struct.new(
  :table_bucket_arn,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end