KeyPair
public struct KeyPair : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The SHA-1 digest of the DER encoded private key.
Declaration
Swift
public let keyFingerprint: String?
-
An unencrypted PEM encoded RSA private key.
Declaration
Swift
public let keyMaterial: String?
-
The name of the key pair.
Declaration
Swift
public let keyName: String?
-
The ID of the key pair.
Declaration
Swift
public let keyPairId: String?
-
Any tags applied to the key pair.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(keyFingerprint: String? = nil, keyMaterial: String? = nil, keyName: String? = nil, keyPairId: String? = nil, tags: [Tag]? = nil)