Class: Aws::Types::AwsElbLoadBalancerConnectionDraining
- Inherits:
-
Object
- Object
- Aws::Types::AwsElbLoadBalancerConnectionDraining
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def enabled @enabled end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def timeout @timeout end |