Class: Aws::IoTManagedIntegrations::Types::LambdaConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::LambdaConfig
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Configuration details for an AWS Lambda function used as an endpoint for a cloud connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function used as an endpoint.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function used as an endpoint.
2601 2602 2603 2604 2605 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2601 class LambdaConfig < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |