Class: Aws::ManagedBlockchainQuery::Types::ListTransactionsSort

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

Overview

The container for determining how the list transaction result will be sorted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sort_byString

Defaults to the value ‘TRANSACTION_TIMESTAMP`.

Returns:

  • (String)


893
894
895
896
897
898
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 893

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

#sort_orderString

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

Returns:

  • (String)


893
894
895
896
897
898
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 893

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