ListClustersResult
public struct ListClustersResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Each ClusterListEntry object contains a cluster’s state, a cluster’s ID, and other important status information.
Declaration
Swift
public let clusterListEntries: [ClusterListEntry]?
-
HTTP requests are stateless. If you use the automatically generated NextToken value in your next ClusterListEntry call, your list of returned clusters will start from this point in the array.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(clusterListEntries: [ClusterListEntry]? = nil, nextToken: String? = nil)