NetworkInsightsAnalysisReturnPathComponentAttachedTo constructor
const
NetworkInsightsAnalysisReturnPathComponentAttachedTo({})
Creates a new NetworkInsightsAnalysisReturnPathComponentAttachedTo.
arn ARN of the Network Insights Analysis.
id ID of the Network Insights Analysis.
name Optional.
Implementation
const NetworkInsightsAnalysisReturnPathComponentAttachedTo({
this.arn,
this.id,
this.name,
});