Class: Aws::Types::EmailMessageActivity
- Inherits:
-
Object
- Object
- Aws::Types::EmailMessageActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_config ⇒ Types::JourneyEmailMessage
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::JourneyEmailMessage
Returns the value of attribute message_config.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def @message_config end |
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def next_activity @next_activity end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def template_name @template_name end |
#template_version ⇒ ::String
Returns the value of attribute template_version.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def template_version @template_version end |