Class: Aws::Types::CodeHookSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CodeHookSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lambda_code_hook ⇒ Types::LambdaCodeHook
Returns the value of attribute lambda_code_hook.
Instance Attribute Details
#lambda_code_hook ⇒ Types::LambdaCodeHook
Returns the value of attribute lambda_code_hook.
660 661 662 |
# File 'sig/types.rbs', line 660 def lambda_code_hook @lambda_code_hook end |