Class: Aws::S3Tables::Types::GetTableBucketEncryptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableBucketEncryptionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
Instance Attribute Details
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
399 400 401 402 403 |
# File 'lib/aws-sdk-s3tables/types.rb', line 399 class GetTableBucketEncryptionRequest < Struct.new( :table_bucket_arn) SENSITIVE = [] include Aws::Structure end |