Class: Aws::Pinpoint::Types::JourneyCustomMessage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataString

The message content that’s passed to an AWS Lambda function or to a web hook.

Returns:

  • (String)


8236
8237
8238
8239
8240
# File 'lib/aws-sdk-pinpoint/types.rb', line 8236

class JourneyCustomMessage < Struct.new(
  :data)
  SENSITIVE = []
  include Aws::Structure
end