AWSEC2UnassignPrivateNatGatewayAddressRequest
Objective-C
@interface AWSEC2UnassignPrivateNatGatewayAddressRequest
Swift
class AWSEC2UnassignPrivateNatGatewayAddressRequest
-
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 maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxDrainDurationSeconds;
Swift
var maxDrainDurationSeconds: NSNumber? { get set }
-
The ID of the NAT gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable natGatewayId;
Swift
var natGatewayId: String? { get set }
-
The private IPv4 addresses you want to unassign.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable privateIpAddresses;
Swift
var privateIpAddresses: [String]? { get set }