Class: Aws::ManagedBlockchainQuery::Types::ListTransactionsOutput

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

#next_tokenString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


871
872
873
874
875
876
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 871

class ListTransactionsOutput < Struct.new(
  :transactions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#transactionsArray<Types::TransactionOutputItem>

The array of transactions returned by the request.

Returns:



871
872
873
874
875
876
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 871

class ListTransactionsOutput < Struct.new(
  :transactions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end