Module: Aws::InternetMonitor::Client::_GetHealthEventResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetHealthEventOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #ended_at ⇒ ::Time
- #event_arn ⇒ ::String
- #event_id ⇒ ::String
- #health_score_threshold ⇒ ::Float
- #impact_type ⇒ "AVAILABILITY", ...
- #impacted_locations ⇒ ::Array[Types::ImpactedLocation]
- #last_updated_at ⇒ ::Time
- #percent_of_total_traffic_impacted ⇒ ::Float
- #started_at ⇒ ::Time
- #status ⇒ "ACTIVE", "RESOLVED"
Instance Method Details
#created_at ⇒ ::Time
120 |
# File 'sig/client.rbs', line 120
def created_at: () -> ::Time
|
#ended_at ⇒ ::Time
119 |
# File 'sig/client.rbs', line 119
def ended_at: () -> ::Time
|
#event_arn ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def event_arn: () -> ::String
|
#event_id ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def event_id: () -> ::String
|
#health_score_threshold ⇒ ::Float
126 |
# File 'sig/client.rbs', line 126
def health_score_threshold: () -> ::Float
|
#impact_type ⇒ "AVAILABILITY", ...
125 |
# File 'sig/client.rbs', line 125
def impact_type: () -> ("AVAILABILITY" | "PERFORMANCE" | "LOCAL_AVAILABILITY" | "LOCAL_PERFORMANCE")
|
#impacted_locations ⇒ ::Array[Types::ImpactedLocation]
122 |
# File 'sig/client.rbs', line 122
def impacted_locations: () -> ::Array[Types::ImpactedLocation]
|
#last_updated_at ⇒ ::Time
121 |
# File 'sig/client.rbs', line 121
def last_updated_at: () -> ::Time
|
#percent_of_total_traffic_impacted ⇒ ::Float
124 |
# File 'sig/client.rbs', line 124
def percent_of_total_traffic_impacted: () -> ::Float
|
#started_at ⇒ ::Time
118 |
# File 'sig/client.rbs', line 118
def started_at: () -> ::Time
|
#status ⇒ "ACTIVE", "RESOLVED"
123 |
# File 'sig/client.rbs', line 123
def status: () -> ("ACTIVE" | "RESOLVED")
|