DescribeIndexResponse constructor
DescribeIndexResponse({
- String? indexName,
- IndexStatus? indexStatus,
- String? schema,
Implementation
DescribeIndexResponse({
this.indexName,
this.indexStatus,
this.schema,
});