JourneyCustomMessage

public struct JourneyCustomMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The message content that’s passed to an AWS Lambda function or to a web hook.

    Declaration

    Swift

    public let data: String?
  • Undocumented

    Declaration

    Swift

    public init(data: String? = nil)