Class: Aws::EC2::Types::UnassignIpv6AddressesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


73694
73695
73696
73697
73698
73699
73700
# File 'lib/aws-sdk-ec2/types.rb', line 73694

class UnassignIpv6AddressesResult < Struct.new(
  :network_interface_id,
  :unassigned_ipv_6_addresses,
  :unassigned_ipv_6_prefixes)
  SENSITIVE = []
  include Aws::Structure
end

#unassigned_ipv_6_addressesArray<String>

The IPv6 addresses that have been unassigned from the network interface.

Returns:

  • (Array<String>)


73694
73695
73696
73697
73698
73699
73700
# File 'lib/aws-sdk-ec2/types.rb', line 73694

class UnassignIpv6AddressesResult < Struct.new(
  :network_interface_id,
  :unassigned_ipv_6_addresses,
  :unassigned_ipv_6_prefixes)
  SENSITIVE = []
  include Aws::Structure
end

#unassigned_ipv_6_prefixesArray<String>

The IPv6 prefixes that have been unassigned from the network interface.

Returns:

  • (Array<String>)


73694
73695
73696
73697
73698
73699
73700
# File 'lib/aws-sdk-ec2/types.rb', line 73694

class UnassignIpv6AddressesResult < Struct.new(
  :network_interface_id,
  :unassigned_ipv_6_addresses,
  :unassigned_ipv_6_prefixes)
  SENSITIVE = []
  include Aws::Structure
end