ExecutionStartedEventDetails

public struct ExecutionStartedEventDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON data input to the execution. 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 IAM role used for executing AWS Lambda tasks.

    Declaration

    Swift

    public let roleArn: String?
  • Undocumented

    Declaration

    Swift

    public init(input: String? = nil, inputDetails: HistoryEventExecutionDataDetails? = nil, roleArn: String? = nil)