AWSEC2CreateCustomerGatewayResult
Objective-C
@interface AWSEC2CreateCustomerGatewayResult
Swift
class AWSEC2CreateCustomerGatewayResult
Contains the output of CreateCustomerGateway.
-
Information about the customer gateway.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2CustomerGateway *_Nullable customerGateway;
Swift
var customerGateway: AWSEC2CustomerGateway? { get set }