DescribeConfigurationRecordersResponse constructor

DescribeConfigurationRecordersResponse({
  1. List<ConfigurationRecorder>? configurationRecorders,
})

Implementation

DescribeConfigurationRecordersResponse({
  this.configurationRecorders,
});