Class: Aws::Types::HealthEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

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


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.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Time)


168
169
170
# File 'sig/types.rbs', line 168

def started_at
  @started_at
end

#status"ACTIVE", "RESOLVED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "RESOLVED")


173
174
175
# File 'sig/types.rbs', line 173

def status
  @status
end