ListClusterJobsRequest
public struct ListClusterJobsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
Declaration
Swift
public let clusterId: String
-
The number of JobListEntry objects to return.
Declaration
Swift
public let maxResults: Int?
-
HTTP requests are stateless. To identify what object comes “next” in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(clusterId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws