Class: Aws::Types::PushMessageTemplateContent
- Inherits:
-
Object
- Object
- Aws::Types::PushMessageTemplateContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adm ⇒ Types::PushADMMessageTemplateContent
Returns the value of attribute adm.
-
#apns ⇒ Types::PushAPNSMessageTemplateContent
Returns the value of attribute apns.
-
#baidu ⇒ Types::PushBaiduMessageTemplateContent
Returns the value of attribute baidu.
-
#fcm ⇒ Types::PushFCMMessageTemplateContent
Returns the value of attribute fcm.
Instance Attribute Details
#adm ⇒ Types::PushADMMessageTemplateContent
Returns the value of attribute adm.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def adm @adm end |
#apns ⇒ Types::PushAPNSMessageTemplateContent
Returns the value of attribute apns.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def apns @apns end |
#baidu ⇒ Types::PushBaiduMessageTemplateContent
Returns the value of attribute baidu.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def baidu @baidu end |
#fcm ⇒ Types::PushFCMMessageTemplateContent
Returns the value of attribute fcm.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def fcm @fcm end |