ActivityScheduledEventDetails
public struct ActivityScheduledEventDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum allowed duration between two heartbeats for the activity task.
Declaration
Swift
public let heartbeatInSeconds: Int64? -
The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
Declaration
Swift
public let input: String? -
Contains details about the input for an execution history event.
Declaration
Swift
public let inputDetails: HistoryEventExecutionDataDetails? -
The Amazon Resource Name (ARN) of the scheduled activity.
Declaration
Swift
public let resource: String -
The maximum allowed duration of the activity task.
Declaration
Swift
public let timeoutInSeconds: Int64? -
Undocumented
Declaration
Swift
public init(heartbeatInSeconds: Int64? = nil, input: String? = nil, inputDetails: HistoryEventExecutionDataDetails? = nil, resource: String, timeoutInSeconds: Int64? = nil)
View on GitHub
ActivityScheduledEventDetails Structure Reference