DescribeCustomKeyStoresResponse constructor

DescribeCustomKeyStoresResponse({
  1. List<CustomKeyStoresListEntry>? customKeyStores,
  2. String? nextMarker,
  3. bool? truncated,
})

Implementation

DescribeCustomKeyStoresResponse({
  this.customKeyStores,
  this.nextMarker,
  this.truncated,
});