Class: Aws::Pinpoint::Types::GetPushTemplateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#push_notification_template_responseTypes::PushNotificationTemplateResponse

Provides information about the content and settings for a message template that can be used in messages that are sent through a push notification channel.



7114
7115
7116
7117
7118
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7114

class GetPushTemplateResponse < Struct.new(
  :push_notification_template_response)
  SENSITIVE = []
  include Aws::Structure
end