Class: Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointInput
- Defined in:
- gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Note:
When making an API call, you may pass LambdaEndpointInput data as a hash:
{
arn: "LambdaArn", # required
}
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 endpoint.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda endpoint.
1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1867 class LambdaEndpointInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |