Class: Aws::EC2::Types::UnassignIpv6AddressesRequest

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

#ipv_6_addressesArray<String>

The IPv6 addresses to unassign from the network interface.

Returns:

  • (Array<String>)


65966
65967
65968
65969
65970
65971
65972
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65966

class UnassignIpv6AddressesRequest < Struct.new(
  :ipv_6_addresses,
  :ipv_6_prefixes,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_6_prefixesArray<String>

The IPv6 prefixes to unassign from the network interface.

Returns:

  • (Array<String>)


65966
65967
65968
65969
65970
65971
65972
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65966

class UnassignIpv6AddressesRequest < Struct.new(
  :ipv_6_addresses,
  :ipv_6_prefixes,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


65966
65967
65968
65969
65970
65971
65972
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65966

class UnassignIpv6AddressesRequest < Struct.new(
  :ipv_6_addresses,
  :ipv_6_prefixes,
  :network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end