Class: Aws::EC2::Types::AssignIpv6AddressesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#assigned_ipv_6_addressesArray<String>

The IPv6 addresses assigned to the network interface.

Returns:

  • (Array<String>)


625
626
627
628
629
# File 'lib/aws-sdk-ec2/types.rb', line 625

class AssignIpv6AddressesResult < Struct.new(
  :assigned_ipv_6_addresses,
  :network_interface_id)
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


625
626
627
628
629
# File 'lib/aws-sdk-ec2/types.rb', line 625

class AssignIpv6AddressesResult < Struct.new(
  :assigned_ipv_6_addresses,
  :network_interface_id)
  include Aws::Structure
end