Class: Aws::Glue::Types::ListTableOptimizerRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListTableOptimizerRunsRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The Catalog ID of the table.
-
#database_name ⇒ String
The name of the database in the catalog in which the table resides.
-
#max_results ⇒ Integer
The maximum number of optimizer runs to return on each call.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
-
#table_name ⇒ String
The name of the table.
-
#type ⇒ String
The type of table optimizer.
Instance Attribute Details
#catalog_id ⇒ String
The Catalog ID of the table.
15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15159 class ListTableOptimizerRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database in the catalog in which the table resides.
15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15159 class ListTableOptimizerRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of optimizer runs to return on each call.
15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15159 class ListTableOptimizerRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15159 class ListTableOptimizerRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15159 class ListTableOptimizerRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of table optimizer. Currently, the only valid value is
compaction
.
15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15159 class ListTableOptimizerRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |