Class: Aws::Types::Hooks
- Inherits:
-
Object
- Object
- Aws::Types::Hooks
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#microvm_hooks ⇒ Types::MicrovmHooks
Returns the value of attribute microvm_hooks.
-
#microvm_image_hooks ⇒ Types::MicrovmImageHooks
Returns the value of attribute microvm_image_hooks.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#microvm_hooks ⇒ Types::MicrovmHooks
Returns the value of attribute microvm_hooks.
228 229 230 |
# File 'sig/types.rbs', line 228 def microvm_hooks @microvm_hooks end |
#microvm_image_hooks ⇒ Types::MicrovmImageHooks
Returns the value of attribute microvm_image_hooks.
229 230 231 |
# File 'sig/types.rbs', line 229 def microvm_image_hooks @microvm_image_hooks end |
#port ⇒ ::Integer
Returns the value of attribute port.
227 228 229 |
# File 'sig/types.rbs', line 227 def port @port end |