ImportKeyPairRequest

public struct ImportKeyPairRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the key pair for which you want to import the public key.

    Declaration

    Swift

    public let keyPairName: String
  • A base64-encoded public key of the ssh-rsa type.

    Declaration

    Swift

    public let publicKeyBase64: String
  • Undocumented

    Declaration

    Swift

    public init(keyPairName: String, publicKeyBase64: String)
  • Declaration

    Swift

    public func validate(name: String) throws