class Aws::ManagedBlockchain::Types::ListMembersInput
@note When making an API call, you may pass ListMembersInput
data as a hash: { network_id: "ResourceIdString", # required name: "String", status: "CREATING", # accepts CREATING, AVAILABLE, CREATE_FAILED, UPDATING, DELETING, DELETED, INACCESSIBLE_ENCRYPTION_KEY is_owned: false, max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] network_id
The unique identifier of the network for which to list members. @return [String]
@!attribute [rw] name
The optional name of the member to list. @return [String]
@!attribute [rw] status
An optional status specifier. If provided, only members currently in this status are listed. @return [String]
@!attribute [rw] is_owned
An optional Boolean value. If provided, the request is limited either to members that the current AWS account owns (`true`) or that other AWS accounts own (`false`). If omitted, all members are listed. @return [Boolean]
@!attribute [rw] max_results
The maximum number of members to return in the request. @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/ListMembersInput AWS API Documentation
Constants
- SENSITIVE