Class: Aws::Types::SMSConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SMSConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_message ⇒ ::String
Returns the value of attribute additional_message.
-
#recipients ⇒ ::Array[Types::RecipientDetail]
Returns the value of attribute recipients.
-
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
Instance Attribute Details
#additional_message ⇒ ::String
Returns the value of attribute additional_message.
653 654 655 |
# File 'sig/types.rbs', line 653 def @additional_message end |
#recipients ⇒ ::Array[Types::RecipientDetail]
Returns the value of attribute recipients.
654 655 656 |
# File 'sig/types.rbs', line 654 def recipients @recipients end |
#sender_id ⇒ ::String
Returns the value of attribute sender_id.
652 653 654 |
# File 'sig/types.rbs', line 652 def sender_id @sender_id end |