AWSEC2DisassociateNatGatewayAddressRequest

Objective-C

@interface AWSEC2DisassociateNatGatewayAddressRequest

Swift

class AWSEC2DisassociateNatGatewayAddressRequest
  • The association IDs of EIPs that have been associated with the NAT gateway.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable associationIds;

    Swift

    var associationIds: [String]? { get set }
  • 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 is UnauthorizedOperation.

    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 }