Class: Aws::Types::FunctionAssociation
- Inherits:
-
Object
- Object
- Aws::Types::FunctionAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ "viewer-request", ...
Returns the value of attribute event_type.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
Instance Attribute Details
#event_type ⇒ "viewer-request", ...
Returns the value of attribute event_type.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def event_type @event_type end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def function_arn @function_arn end |