Class: Aws::LakeFormation::Types::CommitTransactionRequest

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_idString

The transaction to commit.

Returns:

  • (String)


388
389
390
391
392
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 388

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