Class: Aws::LakeFormation::Types::UpdateTableStorageOptimizerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Catalog ID of the table.

Returns:

  • (String)


3987
3988
3989
3990
3991
3992
3993
3994
# File 'lib/aws-sdk-lakeformation/types.rb', line 3987

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

#database_nameString

Name of the database where the table is present.

Returns:

  • (String)


3987
3988
3989
3990
3991
3992
3993
3994
# File 'lib/aws-sdk-lakeformation/types.rb', line 3987

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

#storage_optimizer_configHash<String,Hash<String,String>>

Name of the configuration for the storage optimizer.

Returns:

  • (Hash<String,Hash<String,String>>)


3987
3988
3989
3990
3991
3992
3993
3994
# File 'lib/aws-sdk-lakeformation/types.rb', line 3987

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

#table_nameString

Name of the table for which to enable the storage optimizer.

Returns:

  • (String)


3987
3988
3989
3990
3991
3992
3993
3994
# File 'lib/aws-sdk-lakeformation/types.rb', line 3987

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