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)


16310
16311
16312
16313
16314
16315
16316
16317
16318
# File 'lib/aws-sdk-glue/types.rb', line 16310

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)


16310
16311
16312
16313
16314
16315
16316
16317
16318
# File 'lib/aws-sdk-glue/types.rb', line 16310

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)


16310
16311
16312
16313
16314
16315
16316
16317
16318
# File 'lib/aws-sdk-glue/types.rb', line 16310

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)


16310
16311
16312
16313
16314
16315
16316
16317
16318
# File 'lib/aws-sdk-glue/types.rb', line 16310

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:



16310
16311
16312
16313
16314
16315
16316
16317
16318
# File 'lib/aws-sdk-glue/types.rb', line 16310

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