Class: Aws::ManagedBlockchainQuery::Types::ListTransactionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ListTransactionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#transactions ⇒ Array<Types::TransactionOutputItem>
The array of transactions returned by the request.
Instance Attribute Details
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
871 872 873 874 875 876 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 871 class ListTransactionsOutput < Struct.new( :transactions, :next_token) SENSITIVE = [] include Aws::Structure end |
#transactions ⇒ Array<Types::TransactionOutputItem>
The array of transactions returned by the request.
871 872 873 874 875 876 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 871 class ListTransactionsOutput < Struct.new( :transactions, :next_token) SENSITIVE = [] include Aws::Structure end |