ListMembersInput

public struct ListMembersInput : AWSShape
extension ManagedBlockchain.ListMembersInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let isOwned: Bool?
  • The maximum number of members to return in the request.

    Declaration

    Swift

    public let maxResults: Int?
  • The optional name of the member to list.

    Declaration

    Swift

    public let name: String?
  • The unique identifier of the network for which to list members.

    Declaration

    Swift

    public let networkId: String
  • The pagination token that indicates the next set of results to retrieve.

    Declaration

    Swift

    public let nextToken: String?
  • An optional status specifier. If provided, only members currently in this status are listed.

    Declaration

    Swift

    public let status: MemberStatus?
  • Undocumented

    Declaration

    Swift

    public init(isOwned: Bool? = nil, maxResults: Int? = nil, name: String? = nil, networkId: String, nextToken: String? = nil, status: MemberStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws