Class: Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointConfig

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

Overview

The configuration 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 endpoint.

Returns:

  • (String)


1696
1697
1698
1699
1700
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1696

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