Class: Aws::IoTTwinMaker::Types::LambdaFunction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::LambdaFunction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
Note:
When making an API call, you may pass LambdaFunction data as a hash:
{
arn: "LambdaArn", # required
}
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.
2047 2048 2049 2050 2051 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2047 class LambdaFunction < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |