Class: Aws::LakeFormation::Types::ListTableStorageOptimizersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListTableStorageOptimizersResponse
- Defined in:
- gems/aws-sdk-lakeformation/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.
2650 2651 2652 2653 2654 2655 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2650 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.
2650 2651 2652 2653 2654 2655 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2650 class ListTableStorageOptimizersResponse < Struct.new( :storage_optimizer_list, :next_token) SENSITIVE = [] include Aws::Structure end |