Class: Aws::Types::CampaignHook
- Inherits:
-
Object
- Object
- Aws::Types::CampaignHook
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lambda_function_name ⇒ ::String
Returns the value of attribute lambda_function_name.
-
#mode ⇒ "DELIVERY", "FILTER"
Returns the value of attribute mode.
-
#web_url ⇒ ::String
Returns the value of attribute web_url.
Instance Attribute Details
#lambda_function_name ⇒ ::String
Returns the value of attribute lambda_function_name.
397 398 399 |
# File 'sig/types.rbs', line 397 def lambda_function_name @lambda_function_name end |
#mode ⇒ "DELIVERY", "FILTER"
Returns the value of attribute mode.
398 399 400 |
# File 'sig/types.rbs', line 398 def mode @mode end |
#web_url ⇒ ::String
Returns the value of attribute web_url.
399 400 401 |
# File 'sig/types.rbs', line 399 def web_url @web_url end |