View source: R/ec2_operations.R
| ec2_unassign_ipv_6_addresses | R Documentation | 
Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.
See https://www.paws-r-sdk.com/docs/ec2_unassign_ipv_6_addresses/ for full documentation.
ec2_unassign_ipv_6_addresses(
  Ipv6Prefixes = NULL,
  NetworkInterfaceId,
  Ipv6Addresses = NULL
)
| Ipv6Prefixes | The IPv6 prefixes to unassign from the network interface. | 
| NetworkInterfaceId | [required] The ID of the network interface. | 
| Ipv6Addresses | The IPv6 addresses to unassign from the network interface. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.