Class: Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointSummary

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

Overview

The summary 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)


1724
1725
1726
1727
1728
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1724

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