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
447 |
# File 'sig/client.rbs', line 447
def application_metrics: () -> Types::ApplicationMetrics
|
#causes ⇒ ::Array[::String]
446 |
# File 'sig/client.rbs', line 446
def causes: () -> ::Array[::String]
|
#color ⇒ ::String
445 |
# File 'sig/client.rbs', line 445
def color: () -> ::String
|
#environment_name ⇒ ::String
442 |
# File 'sig/client.rbs', line 442
def environment_name: () -> ::String
|
#health_status ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def health_status: () -> ::String
|
#instances_health ⇒ Types::InstanceHealthSummary
448 |
# File 'sig/client.rbs', line 448
def instances_health: () -> Types::InstanceHealthSummary
|
#refreshed_at ⇒ ::Time
449 |
# File 'sig/client.rbs', line 449
def refreshed_at: () -> ::Time
|
#status ⇒ "Green", ...
444 |
# File 'sig/client.rbs', line 444
def status: () -> ("Green" | "Yellow" | "Red" | "Grey")
|