Class: Aws::EC2::Types::AssignIpv6AddressesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssignIpv6AddressesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assigned_ipv_6_addresses ⇒ Array<String>
The new IPv6 addresses assigned to the network interface.
-
#assigned_ipv_6_prefixes ⇒ Array<String>
The IPv6 prefixes that are assigned to the network interface.
-
#network_interface_id ⇒ String
The ID of the network interface.
Instance Attribute Details
#assigned_ipv_6_addresses ⇒ Array<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.
1883 1884 1885 1886 1887 1888 1889 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1883 class AssignIpv6AddressesResult < Struct.new( :assigned_ipv_6_addresses, :assigned_ipv_6_prefixes, :network_interface_id) SENSITIVE = [] include Aws::Structure end |
#assigned_ipv_6_prefixes ⇒ Array<String>
The IPv6 prefixes that are assigned to the network interface.
1883 1884 1885 1886 1887 1888 1889 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1883 class AssignIpv6AddressesResult < Struct.new( :assigned_ipv_6_addresses, :assigned_ipv_6_prefixes, :network_interface_id) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The ID of the network interface.
1883 1884 1885 1886 1887 1888 1889 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1883 class AssignIpv6AddressesResult < Struct.new( :assigned_ipv_6_addresses, :assigned_ipv_6_prefixes, :network_interface_id) SENSITIVE = [] include Aws::Structure end |