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

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

#assigned_ipv_6_addressesArray<String>

The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

Returns:

  • (Array<String>)


1711
1712
1713
1714
1715
1716
1717
# File 'lib/aws-sdk-ec2/types.rb', line 1711

class AssignIpv6AddressesResult < Struct.new(
  :assigned_ipv_6_addresses,
  :assigned_ipv_6_prefixes,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#assigned_ipv_6_prefixesArray<String>

The IPv6 prefixes that are assigned to the network interface.

Returns:

  • (Array<String>)


1711
1712
1713
1714
1715
1716
1717
# File 'lib/aws-sdk-ec2/types.rb', line 1711

class AssignIpv6AddressesResult < Struct.new(
  :assigned_ipv_6_addresses,
  :assigned_ipv_6_prefixes,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


1711
1712
1713
1714
1715
1716
1717
# File 'lib/aws-sdk-ec2/types.rb', line 1711

class AssignIpv6AddressesResult < Struct.new(
  :assigned_ipv_6_addresses,
  :assigned_ipv_6_prefixes,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end