AWSEC2GetVerifiedAccessGroupPolicyResult
Objective-C
@interface AWSEC2GetVerifiedAccessGroupPolicyResult
Swift
class AWSEC2GetVerifiedAccessGroupPolicyResult
-
The Verified Access policy document.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyDocument;
Swift
var policyDocument: String? { get set }
-
The status of the Verified Access policy.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable policyEnabled;
Swift
var policyEnabled: NSNumber? { get set }