Class: Aws::LakeFormation::Types::UpdateTableStorageOptimizerResponse

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

#resultString

A response indicating the success of failure of the operation.

Returns:

  • (String)


3713
3714
3715
3716
3717
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3713

class UpdateTableStorageOptimizerResponse < Struct.new(
  :result)
  SENSITIVE = []
  include Aws::Structure
end