You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::UnassignIpv6AddressesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UnassignIpv6AddressesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  ipv_6_addresses: ["String"], # required
  network_interface_id: "NetworkInterfaceId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_addressesArray<String>

The IPv6 addresses to unassign from the network interface.

Returns:

  • (Array<String>)

    The IPv6 addresses to unassign from the network interface.

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)

    The ID of the network interface.