Class: Aws::Types::IdlePolicy
- Inherits:
-
Object
- Object
- Aws::Types::IdlePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_resume_enabled ⇒ Boolean
Returns the value of attribute auto_resume_enabled.
-
#max_idle_duration_seconds ⇒ ::Integer
Returns the value of attribute max_idle_duration_seconds.
-
#suspended_duration_seconds ⇒ ::Integer
Returns the value of attribute suspended_duration_seconds.
Instance Attribute Details
#auto_resume_enabled ⇒ Boolean
Returns the value of attribute auto_resume_enabled.
236 237 238 |
# File 'sig/types.rbs', line 236 def auto_resume_enabled @auto_resume_enabled end |
#max_idle_duration_seconds ⇒ ::Integer
Returns the value of attribute max_idle_duration_seconds.
234 235 236 |
# File 'sig/types.rbs', line 234 def max_idle_duration_seconds @max_idle_duration_seconds end |
#suspended_duration_seconds ⇒ ::Integer
Returns the value of attribute suspended_duration_seconds.
235 236 237 |
# File 'sig/types.rbs', line 235 def suspended_duration_seconds @suspended_duration_seconds end |