Class: Aws::Pinpoint::Types::DefaultMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Specifies the default message for all channels.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

The default body of the message.

Returns:

  • (String)


3317
3318
3319
3320
3321
3322
# File 'lib/aws-sdk-pinpoint/types.rb', line 3317

class DefaultMessage < Struct.new(
  :body,
  :substitutions)
  SENSITIVE = []
  include Aws::Structure
end

#substitutionsHash<String,Array<String>>

The default message variables to use in the message. You can override these default variables with individual address variables.

Returns:

  • (Hash<String,Array<String>>)


3317
3318
3319
3320
3321
3322
# File 'lib/aws-sdk-pinpoint/types.rb', line 3317

class DefaultMessage < Struct.new(
  :body,
  :substitutions)
  SENSITIVE = []
  include Aws::Structure
end