Class: Aws::LakeFormation::Types::ExtendTransactionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_idString

The transaction to extend.

Returns:

  • (String)


1285
1286
1287
1288
1289
# File 'lib/aws-sdk-lakeformation/types.rb', line 1285

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