Class: Aws::LakeFormation::Types::ListTableStorageOptimizersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListTableStorageOptimizersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The Catalog ID of the table.
-
#database_name ⇒ String
Name of the database where the table is present.
-
#max_results ⇒ Integer
The number of storage optimizers to return on each call.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
-
#storage_optimizer_type ⇒ String
The specific type of storage optimizers to list.
-
#table_name ⇒ String
Name of the table.
Instance Attribute Details
#catalog_id ⇒ String
The Catalog ID of the table.
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_name ⇒ String
Name of the database where the table is present.
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_results ⇒ Integer
The number of storage optimizers to return on each call.
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_token ⇒ String
A continuation token, if this is a continuation call.
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_type ⇒ String
The specific type of storage optimizers to list. The supported value is ‘compaction`.
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_name ⇒ String
Name of the table.
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 |