Class: Aws::Types::GetHealthEventOutput

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:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def started_at
  @started_at
end

#status"ACTIVE", "RESOLVED"

Returns the value of attribute status.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def status
  @status
end