Class: Aws::Pinpoint::Types::GetEmailTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetEmailTemplateResponse
- Defined in:
- gems/aws-sdk-pinpoint/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.
6582 6583 6584 6585 6586 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6582 class GetEmailTemplateResponse < Struct.new( :email_template_response) SENSITIVE = [] include Aws::Structure end |