AWSEC2ModifyVerifiedAccessEndpointPolicyResult
Objective-C
@interface AWSEC2ModifyVerifiedAccessEndpointPolicyResult
Swift
class AWSEC2ModifyVerifiedAccessEndpointPolicyResult
-
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 }
-
The options in use for server side encryption.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VerifiedAccessSseSpecificationResponse *_Nullable sseSpecification;
Swift
var sseSpecification: AWSEC2VerifiedAccessSseSpecificationResponse? { get set }