SetStatusInput
public struct SetStatusInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.
Declaration
Swift
public let objectIds: [String] -
The ID of the pipeline that contains the objects.
Declaration
Swift
public let pipelineId: String -
The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.
Declaration
Swift
public let status: String -
Undocumented
Declaration
Swift
public init(objectIds: [String], pipelineId: String, status: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SetStatusInput Structure Reference