Class: Aws::Types::JourneySMSMessage
- Inherits:
-
Object
- Object
- Aws::Types::JourneySMSMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
-
#origination_number ⇒ ::String
Returns the value of attribute origination_number.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def entity_id @entity_id end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def @message_type end |
#origination_number ⇒ ::String
Returns the value of attribute origination_number.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def origination_number @origination_number end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def sender_id @sender_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def template_id @template_id end |