class Aws::ManagedBlockchain::Types::ListNodesInput
@note When making an API call, you may pass ListNodesInput
data as a hash: { network_id: "ResourceIdString", # required member_id: "ResourceIdString", status: "CREATING", # accepts CREATING, AVAILABLE, UNHEALTHY, CREATE_FAILED, UPDATING, DELETING, DELETED, FAILED, INACCESSIBLE_ENCRYPTION_KEY max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] network_id
The unique identifier of the network for which to list nodes. @return [String]
@!attribute [rw] member_id
The unique identifier of the member who owns the nodes to list. Applies only to Hyperledger Fabric and is required for Hyperledger Fabric. @return [String]
@!attribute [rw] status
An optional status specifier. If provided, only nodes currently in this status are listed. @return [String]
@!attribute [rw] max_results
The maximum number of nodes to list. @return [Integer]
@!attribute [rw] next_token
The pagination token that indicates the next set of results to retrieve. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/ListNodesInput AWS API Documentation
Constants
- SENSITIVE