Class: Aws::LakeFormation::Types::UpdateTableStorageOptimizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::UpdateTableStorageOptimizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The Catalog ID of the table.
-
#database_name ⇒ String
Name of the database where the table is present.
-
#storage_optimizer_config ⇒ Hash<String,Hash<String,String>>
Name of the configuration for the storage optimizer.
-
#table_name ⇒ String
Name of the table for which to enable the storage optimizer.
Instance Attribute Details
#catalog_id ⇒ String
The Catalog ID of the table.
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_name ⇒ String
Name of the database where the table is present.
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_config ⇒ Hash<String,Hash<String,String>>
Name of the configuration for the storage optimizer.
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_name ⇒ String
Name of the table for which to enable the storage optimizer.
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 |