Class: Aws::Pinpoint::Types::GetEmailTemplateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_template_responseTypes::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 'lib/aws-sdk-pinpoint/types.rb', line 6582

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