DeleteKeyPairRequest
public struct DeleteKeyPairRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the key pair to delete.
Declaration
Swift
public let keyPairName: String
-
Undocumented
Declaration
Swift
public init(keyPairName: String)
-
Declaration
Swift
public func validate(name: String) throws