Class: Aws::ManagedBlockchain::Types::ListNetworksOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#networksArray<Types::NetworkSummary>

An array of NetworkSummary objects that contain configuration properties for each network.

Returns:



1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1095

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

#next_tokenString

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

Returns:

  • (String)


1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1095

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