Class: Aws::Glue::Types::ListTableOptimizerRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListTableOptimizerRunsRequest
- Includes:
- Structure
- Defined in:
- 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.
20052 20053 20054 20055 20056 20057 20058 20059 20060 20061 |
# File 'lib/aws-sdk-glue/types.rb', line 20052 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.
20052 20053 20054 20055 20056 20057 20058 20059 20060 20061 |
# File 'lib/aws-sdk-glue/types.rb', line 20052 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.
20052 20053 20054 20055 20056 20057 20058 20059 20060 20061 |
# File 'lib/aws-sdk-glue/types.rb', line 20052 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.
20052 20053 20054 20055 20056 20057 20058 20059 20060 20061 |
# File 'lib/aws-sdk-glue/types.rb', line 20052 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.
20052 20053 20054 20055 20056 20057 20058 20059 20060 20061 |
# File 'lib/aws-sdk-glue/types.rb', line 20052 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.
20052 20053 20054 20055 20056 20057 20058 20059 20060 20061 |
# File 'lib/aws-sdk-glue/types.rb', line 20052 class ListTableOptimizerRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |