Class: Aws::S3Tables::Types::GetTableBucketStorageClassResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableBucketStorageClassResponse
- 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 for the table bucket.
Instance Attribute Details
#storage_class_configuration ⇒ Types::StorageClassConfiguration
The storage class configuration for the table bucket.
703 704 705 706 707 |
# File 'lib/aws-sdk-s3tables/types.rb', line 703 class GetTableBucketStorageClassResponse < Struct.new( :storage_class_configuration) SENSITIVE = [] include Aws::Structure end |