DescribeDimensionKeysResponse constructor
DescribeDimensionKeysResponse({
- DateTime? alignedEndTime,
- DateTime? alignedStartTime,
- List<
DimensionKeyDescription> ? keys, - String? nextToken,
- List<
ResponsePartitionKey> ? partitionKeys,
Implementation
DescribeDimensionKeysResponse({
this.alignedEndTime,
this.alignedStartTime,
this.keys,
this.nextToken,
this.partitionKeys,
});