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 ⇒ "Elb.RegistrationInProgress", ...
Returns the value of attribute reason.
-
#state ⇒ "initial", ...
Returns the value of attribute state.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def description @description end |
#reason ⇒ "Elb.RegistrationInProgress", ...
Returns the value of attribute reason.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def reason @reason end |
#state ⇒ "initial", ...
Returns the value of attribute state.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def state @state end |