DescribeDataSourceResponse constructor

DescribeDataSourceResponse({
  1. DataSourceConfiguration? configuration,
  2. DateTime? createdAt,
  3. String? description,
  4. String? errorMessage,
  5. String? id,
  6. String? indexId,
  7. String? name,
  8. String? roleArn,
  9. String? schedule,
  10. DataSourceStatus? status,
  11. DataSourceType? type,
  12. DateTime? updatedAt,
})

Implementation

DescribeDataSourceResponse({
  this.configuration,
  this.createdAt,
  this.description,
  this.errorMessage,
  this.id,
  this.indexId,
  this.name,
  this.roleArn,
  this.schedule,
  this.status,
  this.type,
  this.updatedAt,
});