Class: Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
The configuration for the Lambda endpoint type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda endpoint.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda endpoint.
1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1696 class LambdaEndpointConfig < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |