Class: Aws::Types::PushNotificationTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::PushNotificationTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adm ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute adm.
-
#apns ⇒ Types::APNSPushNotificationTemplate
Returns the value of attribute apns.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#baidu ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute baidu.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#default ⇒ Types::DefaultPushNotificationTemplate
Returns the value of attribute default.
-
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
-
#gcm ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute gcm.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#adm ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute adm.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def adm @adm end |
#apns ⇒ Types::APNSPushNotificationTemplate
Returns the value of attribute apns.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def apns @apns end |
#arn ⇒ ::String
Returns the value of attribute arn.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def arn @arn end |
#baidu ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute baidu.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def baidu @baidu end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def creation_date @creation_date end |
#default ⇒ Types::DefaultPushNotificationTemplate
Returns the value of attribute default.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def default @default end |
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def default_substitutions @default_substitutions end |
#gcm ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute gcm.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def gcm @gcm end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def last_modified_date @last_modified_date end |
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def recommender_id @recommender_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def @tags end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def template_description @template_description end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def template_name @template_name end |
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def template_type @template_type end |
#version ⇒ ::String
Returns the value of attribute version.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def version @version end |