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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


66097
66098
66099
66100
66101
66102
66103
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66097

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>)


66097
66098
66099
66100
66101
66102
66103
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66097

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 IPv4 prefixes that have been unassigned from the network interface.

Returns:

  • (Array<String>)


66097
66098
66099
66100
66101
66102
66103
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66097

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