Class: Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::LambdaEndpointSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
The summary 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.
1724 1725 1726 1727 1728 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1724 class LambdaEndpointSummary < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |