You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::DefaultMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DefaultMessage
- Defined in:
- (unknown)
Overview
When passing DefaultMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
body: "__string",
substitutions: {
"__string" => ["__string"],
},
}
Specifies the default message for all channels.
Returned by:
Instance Attribute Summary collapse
-
#body ⇒ String
The default body of the message.
-
#substitutions ⇒ Hash<String,Array<String>>
The default message variables to use in the message.
Instance Attribute Details
#body ⇒ String
The default body of the message.
#substitutions ⇒ Hash<String,Array<String>>
The default message variables to use in the message. You can override these default variables with individual address variables.