ListNodesResponse

public struct ListNodesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. To get another batch of nodes, provide this token in your next request.

    Declaration

    Swift

    public let nextToken: String?
  • List containing a NodeInfo object.

    Declaration

    Swift

    public let nodeInfoList: [NodeInfo]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, nodeInfoList: [NodeInfo]? = nil)