KeyPair constructor
KeyPair({
- String? arn,
- DateTime? createdAt,
- String? fingerprint,
- ResourceLocation? location,
- String? name,
- ResourceType? resourceType,
- String? supportCode,
- List<
Tag> ? tags,
Implementation
KeyPair({
this.arn,
this.createdAt,
this.fingerprint,
this.location,
this.name,
this.resourceType,
this.supportCode,
this.tags,
});