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

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


3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3698

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)


3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3698

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 table for which to enable the storage optimizer.

Returns:

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


3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3698

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)


3698
3699
3700
3701
3702
3703
3704
3705
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3698

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