Class: Aws::Types::CampaignSmsMessage
- Inherits:
-
Object
- Object
- Aws::Types::CampaignSmsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#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
#body ⇒ ::String
Returns the value of attribute body.
450 451 452 |
# File 'sig/types.rbs', line 450 def body @body end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
454 455 456 |
# File 'sig/types.rbs', line 454 def entity_id @entity_id end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
451 452 453 |
# File 'sig/types.rbs', line 451 def @message_type end |
#origination_number ⇒ ::String
Returns the value of attribute origination_number.
452 453 454 |
# File 'sig/types.rbs', line 452 def origination_number @origination_number end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def sender_id @sender_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
455 456 457 |
# File 'sig/types.rbs', line 455 def template_id @template_id end |