Class: Aws::Types::GetMessageInsightsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMessageInsightsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute email_tags.
-
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
-
#insights ⇒ ::Array[Types::EmailInsights]
Returns the value of attribute insights.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#email_tags ⇒ ::Array[Types::MessageTag]
Returns the value of attribute email_tags.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def end |
#from_email_address ⇒ ::String
Returns the value of attribute from_email_address.
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.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def insights @insights end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def end |
#subject ⇒ ::String
Returns the value of attribute subject.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def subject @subject end |