Class: Aws::LakeFormation::Types::DescribeTransactionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DescribeTransactionRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction_id ⇒ String
The transaction for which to return status.
Instance Attribute Details
#transaction_id ⇒ String
The transaction for which to return status.
1171 1172 1173 1174 1175 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1171 class DescribeTransactionRequest < Struct.new( :transaction_id) SENSITIVE = [] include Aws::Structure end |