AWSEC2ModifyVpcEndpointServicePayerResponsibilityRequest
Objective-C
@interface AWSEC2ModifyVpcEndpointServicePayerResponsibilityRequest
Swift
class AWSEC2ModifyVpcEndpointServicePayerResponsibilityRequest
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.
Declaration
Objective-C
@property (nonatomic) AWSEC2PayerResponsibility payerResponsibility;
Swift
var payerResponsibility: AWSEC2PayerResponsibility { get set }
-
The ID of the service.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable serviceId;
Swift
var serviceId: String? { get set }