Class: Aws::EC2::Types::UnassignPrivateIpAddressesRequest

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

Overview

Contains the parameters for UnassignPrivateIpAddresses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_prefixesArray<String>

The IPv4 prefixes to unassign from the network interface.

Returns:

  • (Array<String>)


66007
66008
66009
66010
66011
66012
66013
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66007

class UnassignPrivateIpAddressesRequest < Struct.new(
  :network_interface_id,
  :private_ip_addresses,
  :ipv_4_prefixes)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


66007
66008
66009
66010
66011
66012
66013
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66007

class UnassignPrivateIpAddressesRequest < Struct.new(
  :network_interface_id,
  :private_ip_addresses,
  :ipv_4_prefixes)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressesArray<String>

The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.

Returns:

  • (Array<String>)


66007
66008
66009
66010
66011
66012
66013
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66007

class UnassignPrivateIpAddressesRequest < Struct.new(
  :network_interface_id,
  :private_ip_addresses,
  :ipv_4_prefixes)
  SENSITIVE = []
  include Aws::Structure
end