Class: Aws::IoTTwinMaker::Types::LambdaFunction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::LambdaFunction
- Includes:
- Structure
- Defined in:
- 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.
2262 2263 2264 2265 2266 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2262 class LambdaFunction < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |