SubmitTaskStateChangeRequest
public struct SubmitTaskStateChangeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Any attachments associated with the state change request.
Declaration
Swift
public let attachments: [AttachmentStateChange]?
-
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
Declaration
Swift
public let cluster: String?
-
Any containers associated with the state change request.
Declaration
Swift
public let containers: [ContainerStateChange]?
-
The Unix timestamp for when the task execution stopped.
Declaration
Swift
public let executionStoppedAt: TimeStamp?
-
The Unix timestamp for when the container image pull began.
Declaration
Swift
public let pullStartedAt: TimeStamp?
-
The Unix timestamp for when the container image pull completed.
Declaration
Swift
public let pullStoppedAt: TimeStamp?
-
The reason for the state change request.
Declaration
Swift
public let reason: String?
-
The status of the state change request.
Declaration
Swift
public let status: String?
-
The task ID or full ARN of the task in the state change request.
Declaration
Swift
public let task: String?
-
init(attachments:cluster:containers:executionStoppedAt:pullStartedAt:pullStoppedAt:reason:status:task:)
Undocumented
Declaration
Swift
public init(attachments: [AttachmentStateChange]? = nil, cluster: String? = nil, containers: [ContainerStateChange]? = nil, executionStoppedAt: TimeStamp? = nil, pullStartedAt: TimeStamp? = nil, pullStoppedAt: TimeStamp? = nil, reason: String? = nil, status: String? = nil, task: String? = nil)