GetNetworkInsightsAnalysisReturnPathComponentSubnet constructor
const
GetNetworkInsightsAnalysisReturnPathComponentSubnet({})
Creates a new GetNetworkInsightsAnalysisReturnPathComponentSubnet.
arn ARN of the selected Network Insights Analysis.
id Required.
name Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalyses API Reference.
Implementation
const GetNetworkInsightsAnalysisReturnPathComponentSubnet({
required this.arn,
required this.id,
required this.name,
});