Class: Aws::Glue::Types::ListTableOptimizerRunsResponse

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)


15464
15465
15466
15467
15468
15469
15470
15471
15472
# File 'lib/aws-sdk-glue/types.rb', line 15464

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

#database_nameString

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

Returns:

  • (String)


15464
15465
15466
15467
15468
15469
15470
15471
15472
# File 'lib/aws-sdk-glue/types.rb', line 15464

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

#next_tokenString

A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.

Returns:

  • (String)


15464
15465
15466
15467
15468
15469
15470
15471
15472
# File 'lib/aws-sdk-glue/types.rb', line 15464

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

#table_nameString

The name of the table.

Returns:

  • (String)


15464
15465
15466
15467
15468
15469
15470
15471
15472
# File 'lib/aws-sdk-glue/types.rb', line 15464

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

#table_optimizer_runsArray<Types::TableOptimizerRun>

A list of the optimizer runs associated with a table.

Returns:



15464
15465
15466
15467
15468
15469
15470
15471
15472
# File 'lib/aws-sdk-glue/types.rb', line 15464

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