Class: Aws::Pinpoint::Types::SimpleEmailPart

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

Overview

Specifies the subject or body of an email message, represented as textual email data and the applicable character set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#charsetString

The applicable character set for the message content.

Returns:

  • (String)


11744
11745
11746
11747
11748
11749
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11744

class SimpleEmailPart < Struct.new(
  :charset,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#dataString

The textual data of the message content.

Returns:

  • (String)


11744
11745
11746
11747
11748
11749
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11744

class SimpleEmailPart < Struct.new(
  :charset,
  :data)
  SENSITIVE = []
  include Aws::Structure
end