DescribeConfigurationRecorderStatusResponse constructor

DescribeConfigurationRecorderStatusResponse({
  1. List<ConfigurationRecorderStatus>? configurationRecordersStatus,
})

Implementation

DescribeConfigurationRecorderStatusResponse({
  this.configurationRecordersStatus,
});