Class: Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb

Overview

The input for the Lambda endpoint type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Lambda function or alias.

Returns:

  • (String)


1710
1711
1712
1713
1714
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1710

class LambdaEndpointInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end