Class: Aws::Types::GetHealthEventOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetHealthEventOutput
- 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.
90 91 92 |
# File 'sig/types.rbs', line 90 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
89 90 91 |
# File 'sig/types.rbs', line 89 def ended_at @ended_at end |
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def event_arn @event_arn end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def event_id @event_id end |
#health_score_threshold ⇒ ::Float
Returns the value of attribute health_score_threshold.
96 97 98 |
# File 'sig/types.rbs', line 96 def health_score_threshold @health_score_threshold end |
#impact_type ⇒ "AVAILABILITY", ...
Returns the value of attribute impact_type.
95 96 97 |
# File 'sig/types.rbs', line 95 def impact_type @impact_type end |
#impacted_locations ⇒ ::Array[Types::ImpactedLocation]
Returns the value of attribute impacted_locations.
92 93 94 |
# File 'sig/types.rbs', line 92 def impacted_locations @impacted_locations end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
91 92 93 |
# File 'sig/types.rbs', line 91 def last_updated_at @last_updated_at end |
#percent_of_total_traffic_impacted ⇒ ::Float
Returns the value of attribute percent_of_total_traffic_impacted.
94 95 96 |
# File 'sig/types.rbs', line 94 def percent_of_total_traffic_impacted @percent_of_total_traffic_impacted end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
88 89 90 |
# File 'sig/types.rbs', line 88 def started_at @started_at end |
#status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute status.
93 94 95 |
# File 'sig/types.rbs', line 93 def status @status end |