Class: Aws::ManagedBlockchainQuery::Types::ListTransactionEventsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::TransactionEvent>

An array of ‘TransactionEvent` objects. Each object contains details about the transaction events.

Returns:



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_tokenString

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

Returns:

  • (String)


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