Module: Aws::InternetMonitor::Client::_GetHealthEventResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetHealthEventOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


120
# File 'sig/client.rbs', line 120

def created_at: () -> ::Time

#ended_at::Time

Returns:

  • (::Time)


119
# File 'sig/client.rbs', line 119

def ended_at: () -> ::Time

#event_arn::String

Returns:

  • (::String)


116
# File 'sig/client.rbs', line 116

def event_arn: () -> ::String

#event_id::String

Returns:

  • (::String)


117
# File 'sig/client.rbs', line 117

def event_id: () -> ::String

#health_score_threshold::Float

Returns:

  • (::Float)


126
# File 'sig/client.rbs', line 126

def health_score_threshold: () -> ::Float

#impact_type"AVAILABILITY", ...

Returns:

  • ("AVAILABILITY", "PERFORMANCE", "LOCAL_AVAILABILITY", "LOCAL_PERFORMANCE")


125
# File 'sig/client.rbs', line 125

def impact_type: () -> ("AVAILABILITY" | "PERFORMANCE" | "LOCAL_AVAILABILITY" | "LOCAL_PERFORMANCE")

#impacted_locations::Array[Types::ImpactedLocation]

Returns:



122
# File 'sig/client.rbs', line 122

def impacted_locations: () -> ::Array[Types::ImpactedLocation]

#last_updated_at::Time

Returns:

  • (::Time)


121
# File 'sig/client.rbs', line 121

def last_updated_at: () -> ::Time

#percent_of_total_traffic_impacted::Float

Returns:

  • (::Float)


124
# File 'sig/client.rbs', line 124

def percent_of_total_traffic_impacted: () -> ::Float

#started_at::Time

Returns:

  • (::Time)


118
# File 'sig/client.rbs', line 118

def started_at: () -> ::Time

#status"ACTIVE", "RESOLVED"

Returns:

  • ("ACTIVE", "RESOLVED")


123
# File 'sig/client.rbs', line 123

def status: () -> ("ACTIVE" | "RESOLVED")