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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchainquery/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 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 465

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