AWSEC2DescribeCustomerGatewaysResult
Objective-C
@interface AWSEC2DescribeCustomerGatewaysResult
Swift
class AWSEC2DescribeCustomerGatewaysResult
Contains the output of DescribeCustomerGateways.
-
Information about one or more customer gateways.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2CustomerGateway *> *_Nullable customerGateways;
Swift
var customerGateways: [AWSEC2CustomerGateway]? { get set }