class Aws::ManagedBlockchain::Types::ListNetworksInput
@note When making an API call, you may pass ListNetworksInput
data as a hash: { name: "String", framework: "HYPERLEDGER_FABRIC", # accepts HYPERLEDGER_FABRIC, ETHEREUM status: "CREATING", # accepts CREATING, AVAILABLE, CREATE_FAILED, DELETING, DELETED max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] name
The name of the network. @return [String]
@!attribute [rw] framework
An optional framework specifier. If provided, only networks of this framework type are listed. @return [String]
@!attribute [rw] status
An optional status specifier. If provided, only networks currently in this status are listed. Applies only to Hyperledger Fabric. @return [String]
@!attribute [rw] max_results
The maximum number of networks 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/ListNetworksInput AWS API Documentation
Constants
- SENSITIVE