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