Class: Aws::Glue::Types::ListTableOptimizerRunsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Catalog ID of the table.

Returns:

  • (String)


15430
15431
15432
15433
15434
15435
15436
15437
15438
15439
# File 'lib/aws-sdk-glue/types.rb', line 15430

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

#database_nameString

The name of the database in the catalog in which the table resides.

Returns:

  • (String)


15430
15431
15432
15433
15434
15435
15436
15437
15438
15439
# File 'lib/aws-sdk-glue/types.rb', line 15430

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

#max_resultsInteger

The maximum number of optimizer runs to return on each call.

Returns:

  • (Integer)


15430
15431
15432
15433
15434
15435
15436
15437
15438
15439
# File 'lib/aws-sdk-glue/types.rb', line 15430

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


15430
15431
15432
15433
15434
15435
15436
15437
15438
15439
# File 'lib/aws-sdk-glue/types.rb', line 15430

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

#table_nameString

The name of the table.

Returns:

  • (String)


15430
15431
15432
15433
15434
15435
15436
15437
15438
15439
# File 'lib/aws-sdk-glue/types.rb', line 15430

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

#typeString

The type of table optimizer. Currently, the only valid value is ‘compaction`.

Returns:

  • (String)


15430
15431
15432
15433
15434
15435
15436
15437
15438
15439
# File 'lib/aws-sdk-glue/types.rb', line 15430

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