AWSEC2Phase2EncryptionAlgorithmsRequestListValue
Objective-C
@interface AWSEC2Phase2EncryptionAlgorithmsRequestListValue
Swift
class AWSEC2Phase2EncryptionAlgorithmsRequestListValue
Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.
-
The encryption algorithm.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }