Class: Aws::Types::LambdaCodeHook
- Inherits:
-
Object
- Object
- Aws::Types::LambdaCodeHook
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_hook_interface_version ⇒ ::String
Returns the value of attribute code_hook_interface_version.
-
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
Instance Attribute Details
#code_hook_interface_version ⇒ ::String
Returns the value of attribute code_hook_interface_version.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def code_hook_interface_version @code_hook_interface_version end |
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def lambda_arn @lambda_arn end |