Class: Aws::ManagedBlockchainQuery::Types::ListFilteredTransactionEventsSort

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

Overview

Lists all the transaction events for an address on the blockchain.

<note markdown=“1”> This operation is only supported on the Bitcoin blockchain networks.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sort_byString

Container on how the results will be sorted by?

Returns:

  • (String)


650
651
652
653
654
655
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 650

class ListFilteredTransactionEventsSort < Struct.new(
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The container for the *sort order* for ‘ListFilteredTransactionEvents`. The `SortOrder` field only accepts the values `ASCENDING` and `DESCENDING`. Not providing `SortOrder` will default to `ASCENDING`.

Returns:

  • (String)


650
651
652
653
654
655
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 650

class ListFilteredTransactionEventsSort < Struct.new(
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end