Method: Aws::Pinpoint::Types::JourneyCustomMessage#data

Defined in:
lib/aws-sdk-pinpoint/types.rb

#dataString

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

Returns:

  • (String)


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

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