Class: Aws::ManagedBlockchain::Types::ListNetworksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListNetworksInput
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework ⇒ String
An optional framework specifier.
-
#max_results ⇒ Integer
The maximum number of networks to list.
-
#name ⇒ String
The name of the network.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#status ⇒ String
An optional status specifier.
Instance Attribute Details
#framework ⇒ String
An optional framework specifier. If provided, only networks of this framework type are listed.
1077 1078 1079 1080 1081 1082 1083 1084 1085 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077 class ListNetworksInput < Struct.new( :name, :framework, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of networks to list.
1077 1078 1079 1080 1081 1082 1083 1084 1085 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077 class ListNetworksInput < Struct.new( :name, :framework, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the network.
1077 1078 1079 1080 1081 1082 1083 1084 1085 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077 class ListNetworksInput < Struct.new( :name, :framework, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
1077 1078 1079 1080 1081 1082 1083 1084 1085 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077 class ListNetworksInput < Struct.new( :name, :framework, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
An optional status specifier. If provided, only networks currently in this status are listed.
Applies only to Hyperledger Fabric.
1077 1078 1079 1080 1081 1082 1083 1084 1085 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1077 class ListNetworksInput < Struct.new( :name, :framework, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |