ShowEffectiveFlowLogsConfigsResponse constructor

ShowEffectiveFlowLogsConfigsResponse({
  1. List<EffectiveVpcFlowLogsConfig>? effectiveFlowLogsConfigs,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ShowEffectiveFlowLogsConfigsResponse({
  this.effectiveFlowLogsConfigs,
  this.nextPageToken,
  this.unreachable,
});