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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.



6548
6549
6550
6551
6552
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6548

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