Class: Aws::QConnect::Types::EmailMessageTemplateContent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

The content of the message template that applies to the email channel subtype.

Constant Summary collapse

SENSITIVE =
[:subject]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::EmailMessageTemplateContentBody

The body to use in email messages.



3908
3909
3910
3911
3912
3913
3914
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3908

class EmailMessageTemplateContent < Struct.new(
  :body,
  :headers,
  :subject)
  SENSITIVE = [:subject]
  include Aws::Structure
end

#headersArray<Types::EmailHeader>

The email headers to include in email messages.

Returns:



3908
3909
3910
3911
3912
3913
3914
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3908

class EmailMessageTemplateContent < Struct.new(
  :body,
  :headers,
  :subject)
  SENSITIVE = [:subject]
  include Aws::Structure
end

#subjectString

The subject line, or title, to use in email messages.

Returns:

  • (String)


3908
3909
3910
3911
3912
3913
3914
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3908

class EmailMessageTemplateContent < Struct.new(
  :body,
  :headers,
  :subject)
  SENSITIVE = [:subject]
  include Aws::Structure
end