AWSEC2IKEVersionsRequestListValue

Objective-C

@interface AWSEC2IKEVersionsRequestListValue

Swift

class AWSEC2IKEVersionsRequestListValue

The IKE version that is permitted for the VPN tunnel.

  • The IKE version.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable value;

    Swift

    var value: String? { get set }