Class: Aws::Types::CustomMessageActivity
- Inherits:
-
Object
- Object
- Aws::Types::CustomMessageActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_uri ⇒ ::String
Returns the value of attribute delivery_uri.
-
#endpoint_types ⇒ ::Array[("PUSH" | "GCM" | "APNS" | "APNS_SANDBOX" | "APNS_VOIP" | "APNS_VOIP_SANDBOX" | "ADM" | "SMS" | "VOICE" | "EMAIL" | "BAIDU" | "CUSTOM" | "IN_APP")]
Returns the value of attribute endpoint_types.
-
#message_config ⇒ Types::JourneyCustomMessage
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
#delivery_uri ⇒ ::String
Returns the value of attribute delivery_uri.
676 677 678 |
# File 'sig/types.rbs', line 676 def delivery_uri @delivery_uri end |
#endpoint_types ⇒ ::Array[("PUSH" | "GCM" | "APNS" | "APNS_SANDBOX" | "APNS_VOIP" | "APNS_VOIP_SANDBOX" | "ADM" | "SMS" | "VOICE" | "EMAIL" | "BAIDU" | "CUSTOM" | "IN_APP")]
Returns the value of attribute endpoint_types.
677 678 679 |
# File 'sig/types.rbs', line 677 def endpoint_types @endpoint_types end |
#message_config ⇒ Types::JourneyCustomMessage
Returns the value of attribute message_config.
678 679 680 |
# File 'sig/types.rbs', line 678 def @message_config end |
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
679 680 681 |
# File 'sig/types.rbs', line 679 def next_activity @next_activity end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
680 681 682 |
# File 'sig/types.rbs', line 680 def template_name @template_name end |
#template_version ⇒ ::String
Returns the value of attribute template_version.
681 682 683 |
# File 'sig/types.rbs', line 681 def template_version @template_version end |