TaskSucceededEventDetails
public struct TaskSucceededEventDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task. 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)
View on GitHub
TaskSucceededEventDetails Structure Reference