Class: Aws::Types::EmailInsights
- Inherits:
-
Object
- Object
- Aws::Types::EmailInsights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#events ⇒ ::Array[Types::InsightsEvent]
Returns the value of attribute events.
-
#isp ⇒ ::String
Returns the value of attribute isp.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
635 636 637 |
# File 'sig/types.rbs', line 635 def destination @destination end |
#events ⇒ ::Array[Types::InsightsEvent]
Returns the value of attribute events.
637 638 639 |
# File 'sig/types.rbs', line 637 def events @events end |
#isp ⇒ ::String
Returns the value of attribute isp.
636 637 638 |
# File 'sig/types.rbs', line 636 def isp @isp end |