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.
18641 18642 18643 18644 18645 18646 18647 18648 18649 18650 |
# File 'lib/aws-sdk-glue/types.rb', line 18641 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.
18641 18642 18643 18644 18645 18646 18647 18648 18649 18650 |
# File 'lib/aws-sdk-glue/types.rb', line 18641 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.
18641 18642 18643 18644 18645 18646 18647 18648 18649 18650 |
# File 'lib/aws-sdk-glue/types.rb', line 18641 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.
18641 18642 18643 18644 18645 18646 18647 18648 18649 18650 |
# File 'lib/aws-sdk-glue/types.rb', line 18641 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.
18641 18642 18643 18644 18645 18646 18647 18648 18649 18650 |
# File 'lib/aws-sdk-glue/types.rb', line 18641 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.
18641 18642 18643 18644 18645 18646 18647 18648 18649 18650 |
# File 'lib/aws-sdk-glue/types.rb', line 18641 class ListTableOptimizerRunsRequest < Struct.new( :catalog_id, :database_name, :table_name, :type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |