Class: Aws::IoTManagedIntegrations::Types::LambdaConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::LambdaConfig
- Includes:
- Structure
- Defined in:
- 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.
2626 2627 2628 2629 2630 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2626 class LambdaConfig < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |