ShowEffectiveFlowLogsConfigsResponse constructor
ShowEffectiveFlowLogsConfigsResponse({
- List<
EffectiveVpcFlowLogsConfig> ? effectiveFlowLogsConfigs, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ShowEffectiveFlowLogsConfigsResponse({
this.effectiveFlowLogsConfigs,
this.nextPageToken,
this.unreachable,
});