KeyPair constructor

KeyPair({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? fingerprint,
  4. ResourceLocation? location,
  5. String? name,
  6. ResourceType? resourceType,
  7. String? supportCode,
  8. List<Tag>? tags,
})

Implementation

KeyPair({
  this.arn,
  this.createdAt,
  this.fingerprint,
  this.location,
  this.name,
  this.resourceType,
  this.supportCode,
  this.tags,
});