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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


36460
36461
36462
36463
36464
# File 'lib/aws-sdk-ec2/types.rb', line 36460

class UnassignIpv6AddressesResult < Struct.new(
  :network_interface_id,
  :unassigned_ipv_6_addresses)
  include Aws::Structure
end

#unassigned_ipv_6_addressesArray<String>

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

Returns:

  • (Array<String>)


36460
36461
36462
36463
36464
# File 'lib/aws-sdk-ec2/types.rb', line 36460

class UnassignIpv6AddressesResult < Struct.new(
  :network_interface_id,
  :unassigned_ipv_6_addresses)
  include Aws::Structure
end