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