Class: Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
The input for the Lambda endpoint type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function or alias.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function or alias.
1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1710 class LambdaEndpointInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |