Class: Aws::Pinpoint::Types::GetPushTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetPushTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#push_notification_template_response ⇒ Types::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.
Instance Attribute Details
#push_notification_template_response ⇒ Types::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.
7147 7148 7149 7150 7151 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7147 class GetPushTemplateResponse < Struct.new( :push_notification_template_response) SENSITIVE = [] include Aws::Structure end |