Class: Aws::Types::SMSMessage
- Inherits:
-
Object
- Object
- Aws::Types::SMSMessage
- 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.
-
#keyword ⇒ ::String
Returns the value of attribute keyword.
-
#media_url ⇒ ::String
Returns the value of attribute media_url.
-
#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.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def body @body end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def entity_id @entity_id end |
#keyword ⇒ ::String
Returns the value of attribute keyword.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def keyword @keyword end |
#media_url ⇒ ::String
Returns the value of attribute media_url.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def media_url @media_url end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def @message_type end |
#origination_number ⇒ ::String
Returns the value of attribute origination_number.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def origination_number @origination_number end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def sender_id @sender_id end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def substitutions @substitutions end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def template_id @template_id end |