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.
8583 8584 8585 8586 8587 8588 8589 8590 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8583 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.
8583 8584 8585 8586 8587 8588 8589 8590 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8583 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.
8583 8584 8585 8586 8587 8588 8589 8590 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8583 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.
8583 8584 8585 8586 8587 8588 8589 8590 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8583 class PushMessageTemplateContent < Struct.new( :adm, :apns, :fcm, :baidu) SENSITIVE = [] include Aws::Structure end |