Class: Aws::Types::EventSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_references ⇒ ::Array[Types::EventReference]
Returns the value of attribute event_references.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#event_updated_time ⇒ ::Time
Returns the value of attribute event_updated_time.
-
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def event_id @event_id end |
#event_references ⇒ ::Array[Types::EventReference]
Returns the value of attribute event_references.
254 255 256 |
# File 'sig/types.rbs', line 254 def event_references @event_references end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
255 256 257 |
# File 'sig/types.rbs', line 255 def event_time @event_time end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
256 257 258 |
# File 'sig/types.rbs', line 256 def event_type @event_type end |
#event_updated_time ⇒ ::Time
Returns the value of attribute event_updated_time.
257 258 259 |
# File 'sig/types.rbs', line 257 def event_updated_time @event_updated_time end |
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
258 259 260 |
# File 'sig/types.rbs', line 258 def incident_record_arn @incident_record_arn end |