Class: Aws::ManagedBlockchainQuery::Types::GetTransactionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::GetTransactionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transaction ⇒ Types::Transaction
Contains the details of the transaction.
Instance Attribute Details
#transaction ⇒ Types::Transaction
Contains the details of the transaction.
416 417 418 419 420 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 416 class GetTransactionOutput < Struct.new( :transaction) SENSITIVE = [] include Aws::Structure end |