Class: Aws::LakeFormation::Types::ListTableStorageOptimizersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

Returns:

  • (String)


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_listArray<Types::StorageOptimizer>

A list of the storage optimizers associated with a table.

Returns:



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