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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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)


8213
8214
8215
8216
8217
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8213

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