ListClustersResponse
public struct ListClustersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information on each of the MSK clusters in the response.
Declaration
Swift
public let clusterInfoList: [ClusterInfo]? -
The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(clusterInfoList: [ClusterInfo]? = nil, nextToken: String? = nil)
View on GitHub
ListClustersResponse Structure Reference