Class: Aws::QConnect::Types::PushMessageTemplateContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::PushMessageTemplateContent
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The content of the message template that applies to the push channel subtype.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adm ⇒ Types::PushADMMessageTemplateContent
The content of the message template that applies to ADM (Amazon Device Messaging) notification service.
-
#apns ⇒ Types::PushAPNSMessageTemplateContent
The content of the message template that applies to APNS(Apple Push Notification service) notification service.
-
#baidu ⇒ Types::PushBaiduMessageTemplateContent
The content of the message template that applies to Baidu notification service.
-
#fcm ⇒ Types::PushFCMMessageTemplateContent
The content of the message template that applies to FCM (Firebase Cloud Messaging) notification service.
Instance Attribute Details
#adm ⇒ Types::PushADMMessageTemplateContent
The content of the message template that applies to ADM (Amazon Device Messaging) notification service.
8576 8577 8578 8579 8580 8581 8582 8583 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8576 class PushMessageTemplateContent < Struct.new( :adm, :apns, :fcm, :baidu) SENSITIVE = [] include Aws::Structure end |
#apns ⇒ Types::PushAPNSMessageTemplateContent
The content of the message template that applies to APNS(Apple Push Notification service) notification service.
8576 8577 8578 8579 8580 8581 8582 8583 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8576 class PushMessageTemplateContent < Struct.new( :adm, :apns, :fcm, :baidu) SENSITIVE = [] include Aws::Structure end |
#baidu ⇒ Types::PushBaiduMessageTemplateContent
The content of the message template that applies to Baidu notification service.
8576 8577 8578 8579 8580 8581 8582 8583 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8576 class PushMessageTemplateContent < Struct.new( :adm, :apns, :fcm, :baidu) SENSITIVE = [] include Aws::Structure end |
#fcm ⇒ Types::PushFCMMessageTemplateContent
The content of the message template that applies to FCM (Firebase Cloud Messaging) notification service.
8576 8577 8578 8579 8580 8581 8582 8583 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8576 class PushMessageTemplateContent < Struct.new( :adm, :apns, :fcm, :baidu) SENSITIVE = [] include Aws::Structure end |