Class: Aws::Types::InsightEvent
- Inherits:
-
Object
- Object
- Aws::Types::InsightEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute client_request_impact_statistics.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#root_cause_service_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute root_cause_service_request_impact_statistics.
-
#summary ⇒ ::String
Returns the value of attribute summary.
-
#top_anomalous_services ⇒ ::Array[Types::AnomalousService]
Returns the value of attribute top_anomalous_services.
Instance Attribute Details
#client_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute client_request_impact_statistics.
524 525 526 |
# File 'sig/types.rbs', line 524 def client_request_impact_statistics @client_request_impact_statistics end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
523 524 525 |
# File 'sig/types.rbs', line 523 def event_time @event_time end |
#root_cause_service_request_impact_statistics ⇒ Types::RequestImpactStatistics
Returns the value of attribute root_cause_service_request_impact_statistics.
525 526 527 |
# File 'sig/types.rbs', line 525 def root_cause_service_request_impact_statistics @root_cause_service_request_impact_statistics end |
#summary ⇒ ::String
Returns the value of attribute summary.
522 523 524 |
# File 'sig/types.rbs', line 522 def summary @summary end |
#top_anomalous_services ⇒ ::Array[Types::AnomalousService]
Returns the value of attribute top_anomalous_services.
526 527 528 |
# File 'sig/types.rbs', line 526 def top_anomalous_services @top_anomalous_services end |