ListNodesInput

public struct ListNodesInput : AWSShape
extension ManagedBlockchain.ListNodesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of nodes to list.

    Declaration

    Swift

    public let maxResults: Int?
  • The unique identifier of the member who owns the nodes to list.

    Declaration

    Swift

    public let memberId: String
  • The unique identifier of the network for which to list nodes.

    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 nodes currently in this status are listed.

    Declaration

    Swift

    public let status: NodeStatus?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, memberId: String, networkId: String, nextToken: String? = nil, status: NodeStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws