AWSEC2GetVerifiedAccessEndpointPolicyResult

Objective-C

@interface AWSEC2GetVerifiedAccessEndpointPolicyResult

Swift

class AWSEC2GetVerifiedAccessEndpointPolicyResult
  • 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 }