Class: Aws::LakeFormation::Types::CancelTransactionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::CancelTransactionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_id ⇒ String
The transaction to cancel.
Instance Attribute Details
#transaction_id ⇒ String
The transaction to cancel.
329 330 331 332 333 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 329 class CancelTransactionRequest < Struct.new( :transaction_id) SENSITIVE = [] include Aws::Structure end |