Class: Aws::Types::InsightsEvent
- Inherits:
-
Object
- Object
- Aws::Types::InsightsEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::EventDetails
Returns the value of attribute details.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#type ⇒ "SEND", ...
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ Types::EventDetails
Returns the value of attribute details.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def details @details end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def @timestamp end |
#type ⇒ "SEND", ...
Returns the value of attribute type.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def type @type end |