Class: Aws::SESV2::Types::GetMessageInsightsResponse

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

Overview

Information about a message.

Constant Summary collapse

SENSITIVE =
[:from_email_address, :subject]

Instance Attribute Summary collapse

Instance Attribute Details

#email_tagsArray<Types::MessageTag>

A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.

Returns:



3670
3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3670

class GetMessageInsightsResponse < Struct.new(
  :message_id,
  :from_email_address,
  :subject,
  :email_tags,
  :insights)
  SENSITIVE = [:from_email_address, :subject]
  include Aws::Structure
end

#from_email_addressString

The from address used to send the message.

Returns:

  • (String)


3670
3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3670

class GetMessageInsightsResponse < Struct.new(
  :message_id,
  :from_email_address,
  :subject,
  :email_tags,
  :insights)
  SENSITIVE = [:from_email_address, :subject]
  include Aws::Structure
end

#insightsArray<Types::EmailInsights>

A set of insights associated with the message.

Returns:



3670
3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3670

class GetMessageInsightsResponse < Struct.new(
  :message_id,
  :from_email_address,
  :subject,
  :email_tags,
  :insights)
  SENSITIVE = [:from_email_address, :subject]
  include Aws::Structure
end

#message_idString

A unique identifier for the message.

Returns:

  • (String)


3670
3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3670

class GetMessageInsightsResponse < Struct.new(
  :message_id,
  :from_email_address,
  :subject,
  :email_tags,
  :insights)
  SENSITIVE = [:from_email_address, :subject]
  include Aws::Structure
end

#subjectString

The subject line of the message.

Returns:

  • (String)


3670
3671
3672
3673
3674
3675
3676
3677
3678
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3670

class GetMessageInsightsResponse < Struct.new(
  :message_id,
  :from_email_address,
  :subject,
  :email_tags,
  :insights)
  SENSITIVE = [:from_email_address, :subject]
  include Aws::Structure
end