Module: Aws::ElasticBeanstalk::Client::_DescribeEnvironmentHealthResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEnvironmentHealthResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_metrics ⇒ Types::ApplicationMetrics
- #causes ⇒ ::Array[::String]
- #color ⇒ ::String
- #environment_name ⇒ ::String
- #health_status ⇒ ::String
- #instances_health ⇒ Types::InstanceHealthSummary
- #refreshed_at ⇒ ::Time
- #status ⇒ "Green", ...
Instance Method Details
#application_metrics ⇒ Types::ApplicationMetrics
461 |
# File 'sig/client.rbs', line 461
def application_metrics: () -> Types::ApplicationMetrics
|
#causes ⇒ ::Array[::String]
460 |
# File 'sig/client.rbs', line 460
def causes: () -> ::Array[::String]
|
#color ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def color: () -> ::String
|
#environment_name ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def environment_name: () -> ::String
|
#health_status ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def health_status: () -> ::String
|
#instances_health ⇒ Types::InstanceHealthSummary
462 |
# File 'sig/client.rbs', line 462
def instances_health: () -> Types::InstanceHealthSummary
|
#refreshed_at ⇒ ::Time
463 |
# File 'sig/client.rbs', line 463
def refreshed_at: () -> ::Time
|
#status ⇒ "Green", ...
458 |
# File 'sig/client.rbs', line 458
def status: () -> ("Green" | "Yellow" | "Red" | "Grey")
|