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