Module: Aws::ElasticBeanstalk::Client::_DescribeEnvironmentHealthResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeEnvironmentHealthResult]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#application_metricsTypes::ApplicationMetrics



447
# File 'sig/client.rbs', line 447

def application_metrics: () -> Types::ApplicationMetrics

#causes::Array[::String]

Returns:

  • (::Array[::String])


446
# File 'sig/client.rbs', line 446

def causes: () -> ::Array[::String]

#color::String

Returns:

  • (::String)


445
# File 'sig/client.rbs', line 445

def color: () -> ::String

#environment_name::String

Returns:

  • (::String)


442
# File 'sig/client.rbs', line 442

def environment_name: () -> ::String

#health_status::String

Returns:

  • (::String)


443
# File 'sig/client.rbs', line 443

def health_status: () -> ::String

#instances_healthTypes::InstanceHealthSummary



448
# File 'sig/client.rbs', line 448

def instances_health: () -> Types::InstanceHealthSummary

#refreshed_at::Time

Returns:

  • (::Time)


449
# File 'sig/client.rbs', line 449

def refreshed_at: () -> ::Time

#status"Green", ...

Returns:

  • ("Green", "Yellow", "Red", "Grey")


444
# File 'sig/client.rbs', line 444

def status: () -> ("Green" | "Yellow" | "Red" | "Grey")