Class: Aws::ManagedBlockchainQuery::Types::ListTransactionEventsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ListTransactionEventsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::TransactionEvent>
An array of ‘TransactionEvent` objects.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#events ⇒ Array<Types::TransactionEvent>
An array of ‘TransactionEvent` objects. Each object contains details about the transaction events.
787 788 789 790 791 792 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 787 class ListTransactionEventsOutput < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
787 788 789 790 791 792 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 787 class ListTransactionEventsOutput < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |