Class: Aws::ManagedBlockchain::Types::ListNetworksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListNetworksOutput
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#networks ⇒ Array<Types::NetworkSummary>
An array of
NetworkSummary
objects that contain configuration properties for each network. -
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#networks ⇒ Array<Types::NetworkSummary>
An array of NetworkSummary
objects that contain configuration
properties for each network.
1098 1099 1100 1101 1102 1103 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1098 class ListNetworksOutput < Struct.new( :networks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
1098 1099 1100 1101 1102 1103 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1098 class ListNetworksOutput < Struct.new( :networks, :next_token) SENSITIVE = [] include Aws::Structure end |