DescribeDataSourceResponse constructor
DescribeDataSourceResponse({
- DataSourceConfiguration? configuration,
- DateTime? createdAt,
- String? description,
- String? errorMessage,
- String? id,
- String? indexId,
- String? name,
- String? roleArn,
- String? schedule,
- DataSourceStatus? status,
- DataSourceType? type,
- 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,
});