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



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

def application_metrics: () -> Types::ApplicationMetrics

#causes::Array[::String]

Returns:

  • (::Array[::String])


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

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

#color::String

Returns:

  • (::String)


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

def color: () -> ::String

#environment_name::String

Returns:

  • (::String)


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

def environment_name: () -> ::String

#health_status::String

Returns:

  • (::String)


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

def health_status: () -> ::String

#instances_healthTypes::InstanceHealthSummary



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

def instances_health: () -> Types::InstanceHealthSummary

#refreshed_at::Time

Returns:

  • (::Time)


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

def refreshed_at: () -> ::Time

#status"Green", ...

Returns:

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


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

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