Class: Aws::Types::HealthEvent
- Inherits:
-
Object
- Object
- Aws::Types::HealthEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#health_score_threshold ⇒ ::Float
Returns the value of attribute health_score_threshold.
-
#impact_type ⇒ "AVAILABILITY", ...
Returns the value of attribute impact_type.
-
#impacted_locations ⇒ ::Array[Types::ImpactedLocation]
Returns the value of attribute impacted_locations.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#percent_of_total_traffic_impacted ⇒ ::Float
Returns the value of attribute percent_of_total_traffic_impacted.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
170 171 172 |
# File 'sig/types.rbs', line 170 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
169 170 171 |
# File 'sig/types.rbs', line 169 def ended_at @ended_at end |
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def event_arn @event_arn end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def event_id @event_id end |
#health_score_threshold ⇒ ::Float
Returns the value of attribute health_score_threshold.
176 177 178 |
# File 'sig/types.rbs', line 176 def health_score_threshold @health_score_threshold end |
#impact_type ⇒ "AVAILABILITY", ...
Returns the value of attribute impact_type.
175 176 177 |
# File 'sig/types.rbs', line 175 def impact_type @impact_type end |
#impacted_locations ⇒ ::Array[Types::ImpactedLocation]
Returns the value of attribute impacted_locations.
172 173 174 |
# File 'sig/types.rbs', line 172 def impacted_locations @impacted_locations end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
171 172 173 |
# File 'sig/types.rbs', line 171 def last_updated_at @last_updated_at end |
#percent_of_total_traffic_impacted ⇒ ::Float
Returns the value of attribute percent_of_total_traffic_impacted.
174 175 176 |
# File 'sig/types.rbs', line 174 def percent_of_total_traffic_impacted @percent_of_total_traffic_impacted end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
168 169 170 |
# File 'sig/types.rbs', line 168 def started_at @started_at end |
#status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute status.
173 174 175 |
# File 'sig/types.rbs', line 173 def status @status end |