TaskSubmittedEventDetails
public struct TaskSubmittedEventDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Declaration
Swift
public let output: String?
-
Contains details about the output of an execution history event.
Declaration
Swift
public let outputDetails: HistoryEventExecutionDataDetails?
-
The service name of the resource in a task state.
Declaration
Swift
public let resource: String
-
The action of the resource called by a task state.
Declaration
Swift
public let resourceType: String
-
Undocumented
Declaration
Swift
public init(output: String? = nil, outputDetails: HistoryEventExecutionDataDetails? = nil, resource: String, resourceType: String)