Class: Aws::EC2::Types::AssociateNatGatewayAddressRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idsArray<String>

The allocation IDs of EIPs that you want to associate with your NAT gateway.

Returns:

  • (Array<String>)


2236
2237
2238
2239
2240
2241
2242
2243
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2236

class AssociateNatGatewayAddressRequest < Struct.new(
  :nat_gateway_id,
  :allocation_ids,
  :private_ip_addresses,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

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.

Returns:

  • (Boolean)


2236
2237
2238
2239
2240
2241
2242
2243
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2236

class AssociateNatGatewayAddressRequest < Struct.new(
  :nat_gateway_id,
  :allocation_ids,
  :private_ip_addresses,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#nat_gateway_idString

The ID of the NAT gateway.

Returns:

  • (String)


2236
2237
2238
2239
2240
2241
2242
2243
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2236

class AssociateNatGatewayAddressRequest < Struct.new(
  :nat_gateway_id,
  :allocation_ids,
  :private_ip_addresses,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressesArray<String>

The private IPv4 addresses that you want to assign to the NAT gateway.

Returns:

  • (Array<String>)


2236
2237
2238
2239
2240
2241
2242
2243
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2236

class AssociateNatGatewayAddressRequest < Struct.new(
  :nat_gateway_id,
  :allocation_ids,
  :private_ip_addresses,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end