Class: Aws::S3Tables::Types::GetTableBucketEncryptionRequest

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

#table_bucket_arnString

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



502
503
504
505
506
# File 'lib/aws-sdk-s3tables/types.rb', line 502

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