DescribeIndexResponse constructor
DescribeIndexResponse({
- CapacityUnitsConfiguration? capacityUnits,
- DateTime? createdAt,
- String? description,
- List<
DocumentMetadataConfiguration> ? documentMetadataConfigurations, - IndexEdition? edition,
- String? errorMessage,
- String? id,
- IndexStatistics? indexStatistics,
- String? name,
- String? roleArn,
- ServerSideEncryptionConfiguration? serverSideEncryptionConfiguration,
- IndexStatus? status,
- DateTime? updatedAt,
- UserContextPolicy? userContextPolicy,
- List<
UserTokenConfiguration> ? userTokenConfigurations,
Implementation
DescribeIndexResponse({
this.capacityUnits,
this.createdAt,
this.description,
this.documentMetadataConfigurations,
this.edition,
this.errorMessage,
this.id,
this.indexStatistics,
this.name,
this.roleArn,
this.serverSideEncryptionConfiguration,
this.status,
this.updatedAt,
this.userContextPolicy,
this.userTokenConfigurations,
});