Class: Aws::S3Tables::Types::DeleteTableBucketEncryptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::DeleteTableBucketEncryptionRequest
- 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.
214 215 216 217 218 |
# File 'lib/aws-sdk-s3tables/types.rb', line 214 class DeleteTableBucketEncryptionRequest < Struct.new( :table_bucket_arn) SENSITIVE = [] include Aws::Structure end |