Class: Aws::Pinpoint::Types::GetEmailTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetEmailTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email_template_response ⇒ Types::EmailTemplateResponse
Provides information about the content and settings for a message template that can be used in messages that are sent through the email channel.
Instance Attribute Details
#email_template_response ⇒ Types::EmailTemplateResponse
Provides information about the content and settings for a message template that can be used in messages that are sent through the email channel.
6581 6582 6583 6584 6585 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6581 class GetEmailTemplateResponse < Struct.new( :email_template_response) SENSITIVE = [] include Aws::Structure end |