Class: Aws::Types::GetMessageInsightsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#email_tags::Array[Types::MessageTag]

Returns the value of attribute email_tags.

Returns:



1009
1010
1011
# File 'sig/types.rbs', line 1009

def email_tags
  @email_tags
end

#from_email_address::String

Returns the value of attribute from_email_address.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def from_email_address
  @from_email_address
end

#insights::Array[Types::EmailInsights]

Returns the value of attribute insights.

Returns:



1010
1011
1012
# File 'sig/types.rbs', line 1010

def insights
  @insights
end

#message_id::String

Returns the value of attribute message_id.

Returns:



1006
1007
1008
# File 'sig/types.rbs', line 1006

def message_id
  @message_id
end

#subject::String

Returns the value of attribute subject.

Returns:



1008
1009
1010
# File 'sig/types.rbs', line 1008

def subject
  @subject
end