Class: Aws::Types::DescribeEnvironmentHealthResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEnvironmentHealthResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_metrics ⇒ Types::ApplicationMetrics
Returns the value of attribute application_metrics.
-
#causes ⇒ ::Array[::String]
Returns the value of attribute causes.
-
#color ⇒ ::String
Returns the value of attribute color.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#health_status ⇒ ::String
Returns the value of attribute health_status.
-
#instances_health ⇒ Types::InstanceHealthSummary
Returns the value of attribute instances_health.
-
#refreshed_at ⇒ ::Time
Returns the value of attribute refreshed_at.
-
#status ⇒ "Green", ...
Returns the value of attribute status.
Instance Attribute Details
#application_metrics ⇒ Types::ApplicationMetrics
Returns the value of attribute application_metrics.
396 397 398 |
# File 'sig/types.rbs', line 396 def application_metrics @application_metrics end |
#causes ⇒ ::Array[::String]
Returns the value of attribute causes.
395 396 397 |
# File 'sig/types.rbs', line 395 def causes @causes end |
#color ⇒ ::String
Returns the value of attribute color.
394 395 396 |
# File 'sig/types.rbs', line 394 def color @color end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
391 392 393 |
# File 'sig/types.rbs', line 391 def environment_name @environment_name end |
#health_status ⇒ ::String
Returns the value of attribute health_status.
392 393 394 |
# File 'sig/types.rbs', line 392 def health_status @health_status end |
#instances_health ⇒ Types::InstanceHealthSummary
Returns the value of attribute instances_health.
397 398 399 |
# File 'sig/types.rbs', line 397 def instances_health @instances_health end |
#refreshed_at ⇒ ::Time
Returns the value of attribute refreshed_at.
398 399 400 |
# File 'sig/types.rbs', line 398 def refreshed_at @refreshed_at end |
#status ⇒ "Green", ...
Returns the value of attribute status.
393 394 395 |
# File 'sig/types.rbs', line 393 def status @status end |