ListClusterOperationsResponse
public struct ListClusterOperationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of cluster operation information objects.
Declaration
Swift
public let clusterOperationInfoList: [ClusterOperationInfo]? -
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(clusterOperationInfoList: [ClusterOperationInfo]? = nil, nextToken: String? = nil)
View on GitHub
ListClusterOperationsResponse Structure Reference