ActionContext
public struct ActionContext : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The system-generated unique ID that corresponds to an action’s execution.
Declaration
Swift
public let actionExecutionId: String?
-
The name of the action in the context of a job.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(actionExecutionId: String? = nil, name: String? = nil)