Class: Aws::Types::PushNotificationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::PushNotificationTemplateRequest
- 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.
-
#baidu ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute baidu.
-
#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.
-
#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.
Instance Attribute Details
#adm ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute adm.
2431 2432 2433 |
# File 'sig/types.rbs', line 2431 def adm @adm end |
#apns ⇒ Types::APNSPushNotificationTemplate
Returns the value of attribute apns.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def apns @apns end |
#baidu ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute baidu.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def baidu @baidu end |
#default ⇒ Types::DefaultPushNotificationTemplate
Returns the value of attribute default.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def default @default end |
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def default_substitutions @default_substitutions end |
#gcm ⇒ Types::AndroidPushNotificationTemplate
Returns the value of attribute gcm.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def gcm @gcm end |
#recommender_id ⇒ ::String
Returns the value of attribute recommender_id.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def recommender_id @recommender_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def template_description @template_description end |