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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


15883
15884
15885
15886
15887
15888
15889
15890
15891
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15883

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)


15883
15884
15885
15886
15887
15888
15889
15890
15891
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15883

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)


15883
15884
15885
15886
15887
15888
15889
15890
15891
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15883

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)


15883
15884
15885
15886
15887
15888
15889
15890
15891
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15883

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:



15883
15884
15885
15886
15887
15888
15889
15890
15891
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15883

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