Class: Aws::S3Tables::Types::PutTableBucketStorageClassRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::PutTableBucketStorageClassRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_class_configuration ⇒ Types::StorageClassConfiguration
The storage class configuration to apply to the table bucket.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
Instance Attribute Details
#storage_class_configuration ⇒ Types::StorageClassConfiguration
The storage class configuration to apply to the table bucket. This configuration will serve as the default for new tables created in this bucket.
1713 1714 1715 1716 1717 1718 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1713 class PutTableBucketStorageClassRequest < Struct.new( :table_bucket_arn, :storage_class_configuration) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
1713 1714 1715 1716 1717 1718 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1713 class PutTableBucketStorageClassRequest < Struct.new( :table_bucket_arn, :storage_class_configuration) SENSITIVE = [] include Aws::Structure end |