Class: Aws::LakeFormation::Types::ListTableStorageOptimizersRequest

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

#catalog_idString

The Catalog ID of the table.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-lakeformation/types.rb', line 2656

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

Name of the database where the table is present.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-lakeformation/types.rb', line 2656

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The number of storage optimizers to return on each call.

Returns:

  • (Integer)


2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-lakeformation/types.rb', line 2656

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-lakeformation/types.rb', line 2656

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#storage_optimizer_typeString

The specific type of storage optimizers to list. The supported value is ‘compaction`.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-lakeformation/types.rb', line 2656

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

Name of the table.

Returns:

  • (String)


2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
# File 'lib/aws-sdk-lakeformation/types.rb', line 2656

class ListTableStorageOptimizersRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :storage_optimizer_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end