Class: Aws::LakeFormation::Types::CommitTransactionResponse

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

#transaction_statusString

The status of the transaction.

Returns:

  • (String)


400
401
402
403
404
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 400

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