Class: Aws::Types::TargetHealth
- Inherits:
-
Object
- Object
- Aws::Types::TargetHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#reason ⇒ "UNREACHABLE", ...
Returns the value of attribute reason.
-
#state ⇒ "REGISTERING", ...
Returns the value of attribute state.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
4459 4460 4461 |
# File 'sig/types.rbs', line 4459 def description @description end |
#reason ⇒ "UNREACHABLE", ...
Returns the value of attribute reason.
4458 4459 4460 |
# File 'sig/types.rbs', line 4458 def reason @reason end |
#state ⇒ "REGISTERING", ...
Returns the value of attribute state.
4457 4458 4459 |
# File 'sig/types.rbs', line 4457 def state @state end |