Class: Aws::IoTTwinMaker::Types::LambdaFunction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::LambdaFunction
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
The Lambda function.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the Lambda function.
Instance Attribute Details
#arn ⇒ String
The ARN of the Lambda function.
1666 1667 1668 1669 1670 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1666 class LambdaFunction < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |