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.
2034 2035 2036 2037 2038 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2034 class LambdaFunction < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |