Class: Aws::Types::SMSMessageActivity
- Inherits:
-
Object
- Object
- Aws::Types::SMSMessageActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_config ⇒ Types::JourneySMSMessage
Returns the value of attribute message_config.
-
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_version ⇒ ::String
Returns the value of attribute template_version.
Instance Attribute Details
#message_config ⇒ Types::JourneySMSMessage
Returns the value of attribute message_config.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def @message_config end |
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def next_activity @next_activity end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def template_name @template_name end |
#template_version ⇒ ::String
Returns the value of attribute template_version.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def template_version @template_version end |