Class: Aws::ManagedBlockchainQuery::Types::GetTransactionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transactionTypes::Transaction

Contains the details of the transaction.

Returns:



465
466
467
468
469
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 465

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