Method: Aws::Pinpoint::Types::PushNotificationTemplateRequest#apns

Defined in:
lib/aws-sdk-pinpoint/types.rb

#apnsTypes::APNSPushNotificationTemplate

The message template to use for the APNs (Apple Push Notification service) channel. This message template overrides the default template for push notification channels (DefaultPushNotificationTemplate).



10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
# File 'lib/aws-sdk-pinpoint/types.rb', line 10080

class PushNotificationTemplateRequest < Struct.new(
  :adm,
  :apns,
  :baidu,
  :default,
  :default_substitutions,
  :gcm,
  :recommender_id,
  :tags,
  :template_description)
  SENSITIVE = []
  include Aws::Structure
end