Class: Aws::IoT::Types::LambdaAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::LambdaAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes an action to invoke a Lambda function.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_arn ⇒ String
The ARN of the Lambda function.
Instance Attribute Details
#function_arn ⇒ String
The ARN of the Lambda function.
9300 9301 9302 9303 9304 |
# File 'lib/aws-sdk-iot/types.rb', line 9300 class LambdaAction < Struct.new( :function_arn) SENSITIVE = [] include Aws::Structure end |