BatchGetAggregateResourceConfigResponse constructor

BatchGetAggregateResourceConfigResponse({
  1. List<BaseConfigurationItem>? baseConfigurationItems,
  2. List<AggregateResourceIdentifier>? unprocessedResourceIdentifiers,
})

Implementation

BatchGetAggregateResourceConfigResponse({
  this.baseConfigurationItems,
  this.unprocessedResourceIdentifiers,
});