Class: Aws::S3Tables::Types::GetTableStorageClassResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3tables/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_class_configurationTypes::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