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

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

Overview

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.



8511
8512
8513
8514
# File 'lib/aws-sdk-pinpoint/types.rb', line 8511

class GetEmailTemplateResponse < Struct.new(
  :email_template_response)
  include Aws::Structure
end