ImportKeyPairResult

public struct ImportKeyPairResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The MD5 public key fingerprint as specified in section 4 of RFC 4716.

    Declaration

    Swift

    public let keyFingerprint: String?
  • The key pair name you provided.

    Declaration

    Swift

    public let keyName: String?
  • The ID of the resulting key pair.

    Declaration

    Swift

    public let keyPairId: String?
  • The tags applied to the imported key pair.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(keyFingerprint: String? = nil, keyName: String? = nil, keyPairId: String? = nil, tags: [Tag]? = nil)