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

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

#encryption_configurationTypes::EncryptionConfiguration

The encryption configuration to apply to the table bucket.



1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1146

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)


1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1146

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