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.
612 613 614 |
# File 'sig/types.rbs', line 612 def destination @destination end |
#events ⇒ ::Array[Types::InsightsEvent]
Returns the value of attribute events.
614 615 616 |
# File 'sig/types.rbs', line 614 def events @events end |
#isp ⇒ ::String
Returns the value of attribute isp.
613 614 615 |
# File 'sig/types.rbs', line 613 def isp @isp end |