Class: Aws::Types::MicrovmHooks
- Inherits:
-
Object
- Object
- Aws::Types::MicrovmHooks
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resume ⇒ "DISABLED", "ENABLED"
Returns the value of attribute resume.
-
#resume_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute resume_timeout_in_seconds.
-
#run ⇒ "DISABLED", "ENABLED"
Returns the value of attribute run.
-
#run_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute run_timeout_in_seconds.
-
#suspend ⇒ "DISABLED", "ENABLED"
Returns the value of attribute suspend.
-
#suspend_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute suspend_timeout_in_seconds.
-
#terminate ⇒ "DISABLED", "ENABLED"
Returns the value of attribute terminate.
-
#terminate_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute terminate_timeout_in_seconds.
Instance Attribute Details
#resume ⇒ "DISABLED", "ENABLED"
Returns the value of attribute resume.
385 386 387 |
# File 'sig/types.rbs', line 385 def resume @resume end |
#resume_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute resume_timeout_in_seconds.
386 387 388 |
# File 'sig/types.rbs', line 386 def resume_timeout_in_seconds @resume_timeout_in_seconds end |
#run ⇒ "DISABLED", "ENABLED"
Returns the value of attribute run.
383 384 385 |
# File 'sig/types.rbs', line 383 def run @run end |
#run_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute run_timeout_in_seconds.
384 385 386 |
# File 'sig/types.rbs', line 384 def run_timeout_in_seconds @run_timeout_in_seconds end |
#suspend ⇒ "DISABLED", "ENABLED"
Returns the value of attribute suspend.
387 388 389 |
# File 'sig/types.rbs', line 387 def suspend @suspend end |
#suspend_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute suspend_timeout_in_seconds.
388 389 390 |
# File 'sig/types.rbs', line 388 def suspend_timeout_in_seconds @suspend_timeout_in_seconds end |
#terminate ⇒ "DISABLED", "ENABLED"
Returns the value of attribute terminate.
389 390 391 |
# File 'sig/types.rbs', line 389 def terminate @terminate end |
#terminate_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute terminate_timeout_in_seconds.
390 391 392 |
# File 'sig/types.rbs', line 390 def terminate_timeout_in_seconds @terminate_timeout_in_seconds end |