Class: Aws::Types::PushMessageActivity
- Inherits:
-
Object
- Object
- Aws::Types::PushMessageActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_config ⇒ Types::JourneyPushMessage
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::JourneyPushMessage
Returns the value of attribute message_config.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def end |
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def next_activity @next_activity end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def template_name @template_name end |
#template_version ⇒ ::String
Returns the value of attribute template_version.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def template_version @template_version end |