AWSEC2DisassociateNatGatewayAddressResult

Objective-C

@interface AWSEC2DisassociateNatGatewayAddressResult

Swift

class AWSEC2DisassociateNatGatewayAddressResult
  • Information about the NAT gateway IP addresses.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2NatGatewayAddress *> *_Nullable natGatewayAddresses;

    Swift

    var natGatewayAddresses: [AWSEC2NatGatewayAddress]? { get set }
  • The ID of the NAT gateway.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable natGatewayId;

    Swift

    var natGatewayId: String? { get set }