Class: Aws::LakeFormation::Types::UpdateTableStorageOptimizerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::UpdateTableStorageOptimizerResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result ⇒ String
A response indicating the success of failure of the operation.
Instance Attribute Details
#result ⇒ String
A response indicating the success of failure of the operation.
4002 4003 4004 4005 4006 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 4002 class UpdateTableStorageOptimizerResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |