AwsKmsKeyDetails constructor

AwsKmsKeyDetails({
  1. String? awsAccountId,
  2. double? creationDate,
  3. String? description,
  4. String? keyId,
  5. String? keyManager,
  6. String? keyState,
  7. String? origin,
})

Implementation

AwsKmsKeyDetails({
  this.awsAccountId,
  this.creationDate,
  this.description,
  this.keyId,
  this.keyManager,
  this.keyState,
  this.origin,
});