ListClustersOutput

public struct ListClustersOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of clusters for the account based on the given filters.

    Declaration

    Swift

    public let clusters: [ClusterSummary]?
  • The pagination token that indicates the next set of results to retrieve.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(clusters: [ClusterSummary]? = nil, marker: String? = nil)