Class: Aws::Types::InstanceHealthSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_health"initial", ...

Returns the value of attribute instance_health.

Returns:

  • ("initial", "healthy", "unhealthy", "unused", "draining", "unavailable")


2195
2196
2197
# File 'sig/types.rbs', line 2195

def instance_health
  @instance_health
end

#instance_health_reason"Lb.RegistrationInProgress", ...

Returns the value of attribute instance_health_reason.

Returns:



2196
2197
2198
# File 'sig/types.rbs', line 2196

def instance_health_reason
  @instance_health_reason
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def instance_name
  @instance_name
end