Class: Aws::Types::LambdaFunctionAssociation
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ "viewer-request", ...
Returns the value of attribute event_type.
-
#include_body ⇒ Boolean
Returns the value of attribute include_body.
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
Instance Attribute Details
#event_type ⇒ "viewer-request", ...
Returns the value of attribute event_type.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def event_type @event_type end |
#include_body ⇒ Boolean
Returns the value of attribute include_body.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def include_body @include_body end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def lambda_function_arn @lambda_function_arn end |