Class: Aws::Types::LoadBalancerState
- Inherits:
-
Object
- Object
- Aws::Types::LoadBalancerState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
6574 6575 6576 |
# File 'sig/types.rbs', line 6574 def code @code end |
#reason ⇒ ::String
Returns the value of attribute reason.
6575 6576 6577 |
# File 'sig/types.rbs', line 6575 def reason @reason end |