Class: Aws::Pinpoint::Types::JourneyCustomMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::JourneyCustomMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the message content for a custom channel message that’s sent to participants in a journey.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ String
The message content that’s passed to an AWS Lambda function or to a web hook.
Instance Attribute Details
#data ⇒ String
The message content that’s passed to an AWS Lambda function or to a web hook.
8236 8237 8238 8239 8240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8236 class JourneyCustomMessage < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |