Class: Aws::EC2::Types::UnassignIpv6AddressesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnassignIpv6AddressesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_interface_id ⇒ String
The ID of the network interface.
-
#unassigned_ipv_6_addresses ⇒ Array<String>
The IPv6 addresses that have been unassigned from the network interface.
-
#unassigned_ipv_6_prefixes ⇒ Array<String>
The IPv4 prefixes that have been unassigned from the network interface.
Instance Attribute Details
#network_interface_id ⇒ String
The ID of the network interface.
70865 70866 70867 70868 70869 70870 70871 |
# File 'lib/aws-sdk-ec2/types.rb', line 70865 class UnassignIpv6AddressesResult < Struct.new( :network_interface_id, :unassigned_ipv_6_addresses, :unassigned_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end |
#unassigned_ipv_6_addresses ⇒ Array<String>
The IPv6 addresses that have been unassigned from the network interface.
70865 70866 70867 70868 70869 70870 70871 |
# File 'lib/aws-sdk-ec2/types.rb', line 70865 class UnassignIpv6AddressesResult < Struct.new( :network_interface_id, :unassigned_ipv_6_addresses, :unassigned_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end |
#unassigned_ipv_6_prefixes ⇒ Array<String>
The IPv4 prefixes that have been unassigned from the network interface.
70865 70866 70867 70868 70869 70870 70871 |
# File 'lib/aws-sdk-ec2/types.rb', line 70865 class UnassignIpv6AddressesResult < Struct.new( :network_interface_id, :unassigned_ipv_6_addresses, :unassigned_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end |