Class: Aws::IoTEvents::Types::NotificationTargetActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::NotificationTargetActions
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the AWS Lambda function provided by AWS IoT Events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda_action ⇒ Types::LambdaAction
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
Instance Attribute Details
#lambda_action ⇒ Types::LambdaAction
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
2476 2477 2478 2479 2480 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2476 class NotificationTargetActions < Struct.new( :lambda_action) SENSITIVE = [] include Aws::Structure end |