AWSEC2DescribeKeyPairsResult
Objective-C
@interface AWSEC2DescribeKeyPairsResult
Swift
class AWSEC2DescribeKeyPairsResult
-
Information about the key pairs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2KeyPairInfo *> *_Nullable keyPairs;
Swift
var keyPairs: [AWSEC2KeyPairInfo]? { get set }