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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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)


2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2434

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:



2434
2435
2436
2437
2438
2439
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2434

class ListTableStorageOptimizersResponse < Struct.new(
  :storage_optimizer_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end