ListNodesOutput

public struct ListNodesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The pagination token that indicates the next set of results to retrieve.

    Declaration

    Swift

    public let nextToken: String?
  • An array of NodeSummary objects that contain configuration properties for each node.

    Declaration

    Swift

    public let nodes: [NodeSummary]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, nodes: [NodeSummary]? = nil)