DescribeDimensionKeysResponse constructor

DescribeDimensionKeysResponse({
  1. DateTime? alignedEndTime,
  2. DateTime? alignedStartTime,
  3. List<DimensionKeyDescription>? keys,
  4. String? nextToken,
  5. List<ResponsePartitionKey>? partitionKeys,
})

Implementation

DescribeDimensionKeysResponse({
  this.alignedEndTime,
  this.alignedStartTime,
  this.keys,
  this.nextToken,
  this.partitionKeys,
});