Class: Aws::ManagedBlockchain::Types::ListNodesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListNodesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of nodes to list.
-
#member_id ⇒ String
The unique identifier of the member who owns the nodes to list.
-
#network_id ⇒ String
The unique identifier of the network for which to list nodes.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#status ⇒ String
An optional status specifier.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of nodes to list.
1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1132 class ListNodesInput < Struct.new( :network_id, :member_id, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The unique identifier of the member who owns the nodes to list.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1132 class ListNodesInput < Struct.new( :network_id, :member_id, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The unique identifier of the network for which to list nodes.
1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1132 class ListNodesInput < Struct.new( :network_id, :member_id, :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.
1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1132 class ListNodesInput < Struct.new( :network_id, :member_id, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
An optional status specifier. If provided, only nodes currently in this status are listed.
1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1132 class ListNodesInput < Struct.new( :network_id, :member_id, :status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |