Class: Aws::Types::DescribeEnvironmentHealthResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_metricsTypes::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.

Returns:

  • (::Array[::String])


395
396
397
# File 'sig/types.rbs', line 395

def causes
  @causes
end

#color::String

Returns the value of attribute color.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def color
  @color
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def health_status
  @health_status
end

#instances_healthTypes::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.

Returns:

  • (::Time)


398
399
400
# File 'sig/types.rbs', line 398

def refreshed_at
  @refreshed_at
end

#status"Green", ...

Returns the value of attribute status.

Returns:

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


393
394
395
# File 'sig/types.rbs', line 393

def status
  @status
end