DescribeKeyPairsResult
public struct DescribeKeyPairsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the key pairs.
Declaration
Swift
public let keyPairs: [KeyPairInfo]?
-
Undocumented
Declaration
Swift
public init(keyPairs: [KeyPairInfo]? = nil)