Class: Aws::LakeFormation::Types::ExtendTransactionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ExtendTransactionRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Note:
When making an API call, you may pass ExtendTransactionRequest data as a hash:
{
transaction_id: "TransactionIdString",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_id ⇒ String
The transaction to extend.
Instance Attribute Details
#transaction_id ⇒ String
The transaction to extend.
1412 1413 1414 1415 1416 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1412 class ExtendTransactionRequest < Struct.new( :transaction_id) SENSITIVE = [] include Aws::Structure end |