Class: Aws::Types::UpdateTableOptimizerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


8228
8229
8230
# File 'sig/types.rbs', line 8228

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


8229
8230
8231
# File 'sig/types.rbs', line 8229

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


8230
8231
8232
# File 'sig/types.rbs', line 8230

def table_name
  @table_name
end

#table_optimizer_configurationTypes::TableOptimizerConfiguration

Returns the value of attribute table_optimizer_configuration.



8232
8233
8234
# File 'sig/types.rbs', line 8232

def table_optimizer_configuration
  @table_optimizer_configuration
end

#type"compaction", ...

Returns the value of attribute type.

Returns:

  • ("compaction", "retention", "orphan_file_deletion")


8231
8232
8233
# File 'sig/types.rbs', line 8231

def type
  @type
end