Class: Aws::Types::UpdatePushTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePushTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_new_version ⇒ Boolean
Returns the value of attribute create_new_version.
-
#push_notification_template_request ⇒ Types::PushNotificationTemplateRequest
Returns the value of attribute push_notification_template_request.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#create_new_version ⇒ Boolean
Returns the value of attribute create_new_version.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def create_new_version @create_new_version end |
#push_notification_template_request ⇒ Types::PushNotificationTemplateRequest
Returns the value of attribute push_notification_template_request.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def push_notification_template_request @push_notification_template_request end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def template_name @template_name end |
#version ⇒ ::String
Returns the value of attribute version.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def version @version end |