Class: Aws::Glue::Types::GetTableOptimizerResponse

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)


11780
11781
11782
11783
11784
11785
11786
11787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11780

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

#database_nameString

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

Returns:

  • (String)


11780
11781
11782
11783
11784
11785
11786
11787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11780

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

#table_nameString

The name of the table.

Returns:

  • (String)


11780
11781
11782
11783
11784
11785
11786
11787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11780

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

#table_optimizerTypes::TableOptimizer

The optimizer associated with the specified table.



11780
11781
11782
11783
11784
11785
11786
11787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11780

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