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)


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