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