AWSEC2DescribeVpnGatewaysResult

Objective-C

@interface AWSEC2DescribeVpnGatewaysResult

Swift

class AWSEC2DescribeVpnGatewaysResult

Contains the output of DescribeVpnGateways.

  • Information about one or more virtual private gateways.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2VpnGateway *> *_Nullable vpnGateways;

    Swift

    var vpnGateways: [AWSEC2VpnGateway]? { get set }