Class: Aws::LakeFormation::Types::ListTableStorageOptimizersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListTableStorageOptimizersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
-
#storage_optimizer_list ⇒ Array<Types::StorageOptimizer>
A list of the storage optimizers associated with a table.
Instance Attribute Details
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2678 class ListTableStorageOptimizersResponse < Struct.new( :storage_optimizer_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#storage_optimizer_list ⇒ Array<Types::StorageOptimizer>
A list of the storage optimizers associated with a table.
2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2678 class ListTableStorageOptimizersResponse < Struct.new( :storage_optimizer_list, :next_token) SENSITIVE = [] include Aws::Structure end |