DescribeIndexResponse constructor

DescribeIndexResponse({
  1. CapacityUnitsConfiguration? capacityUnits,
  2. DateTime? createdAt,
  3. String? description,
  4. List<DocumentMetadataConfiguration>? documentMetadataConfigurations,
  5. IndexEdition? edition,
  6. String? errorMessage,
  7. String? id,
  8. IndexStatistics? indexStatistics,
  9. String? name,
  10. String? roleArn,
  11. ServerSideEncryptionConfiguration? serverSideEncryptionConfiguration,
  12. IndexStatus? status,
  13. DateTime? updatedAt,
  14. UserContextPolicy? userContextPolicy,
  15. 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,
});