Class: Aws::Types::TargetHealth

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4459
4460
4461
# File 'sig/types.rbs', line 4459

def description
  @description
end

#reason"UNREACHABLE", ...

Returns the value of attribute reason.

Returns:

  • ("UNREACHABLE", "CONNECTION_FAILED", "AUTH_FAILURE", "PENDING_PROXY_CAPACITY", "INVALID_REPLICATION_STATE", "PROMOTED")


4458
4459
4460
# File 'sig/types.rbs', line 4458

def reason
  @reason
end

#state"REGISTERING", ...

Returns the value of attribute state.

Returns:

  • ("REGISTERING", "AVAILABLE", "UNAVAILABLE", "UNUSED")


4457
4458
4459
# File 'sig/types.rbs', line 4457

def state
  @state
end