Class: Aws::Types::MicrovmImageHooks
- Inherits:
-
Object
- Object
- Aws::Types::MicrovmImageHooks
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ready ⇒ "DISABLED", "ENABLED"
Returns the value of attribute ready.
-
#ready_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute ready_timeout_in_seconds.
-
#validate ⇒ "DISABLED", "ENABLED"
Returns the value of attribute validate.
-
#validate_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute validate_timeout_in_seconds.
Instance Attribute Details
#ready ⇒ "DISABLED", "ENABLED"
Returns the value of attribute ready.
408 409 410 |
# File 'sig/types.rbs', line 408 def ready @ready end |
#ready_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute ready_timeout_in_seconds.
409 410 411 |
# File 'sig/types.rbs', line 409 def ready_timeout_in_seconds @ready_timeout_in_seconds end |
#validate ⇒ "DISABLED", "ENABLED"
Returns the value of attribute validate.
410 411 412 |
# File 'sig/types.rbs', line 410 def validate @validate end |
#validate_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute validate_timeout_in_seconds.
411 412 413 |
# File 'sig/types.rbs', line 411 def validate_timeout_in_seconds @validate_timeout_in_seconds end |