GetKeyPairRequest
public struct GetKeyPairRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the key pair for which you are requesting information.
Declaration
Swift
public let keyPairName: String
-
Undocumented
Declaration
Swift
public init(keyPairName: String)
-
Declaration
Swift
public func validate(name: String) throws