Class: Aws::Types::ConnectionDraining
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionDraining
- 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.
97 98 99 |
# File 'sig/types.rbs', line 97 def enabled @enabled end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
98 99 100 |
# File 'sig/types.rbs', line 98 def timeout @timeout end |