Class: Aws::Types::AutoStopConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutoStopConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#idle_timeout_minutes ⇒ ::Integer
Returns the value of attribute idle_timeout_minutes.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
60 61 62 |
# File 'sig/types.rbs', line 60 def enabled @enabled end |
#idle_timeout_minutes ⇒ ::Integer
Returns the value of attribute idle_timeout_minutes.
61 62 63 |
# File 'sig/types.rbs', line 61 def idle_timeout_minutes @idle_timeout_minutes end |