Class: Aws::Types::AssignIpv6AddressesResult
- Inherits:
-
Object
- Object
- Aws::Types::AssignIpv6AddressesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assigned_ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute assigned_ipv_6_addresses.
-
#assigned_ipv_6_prefixes ⇒ ::Array[::String]
Returns the value of attribute assigned_ipv_6_prefixes.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#assigned_ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute assigned_ipv_6_addresses.
558 559 560 |
# File 'sig/types.rbs', line 558 def assigned_ipv_6_addresses @assigned_ipv_6_addresses end |
#assigned_ipv_6_prefixes ⇒ ::Array[::String]
Returns the value of attribute assigned_ipv_6_prefixes.
559 560 561 |
# File 'sig/types.rbs', line 559 def assigned_ipv_6_prefixes @assigned_ipv_6_prefixes end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def network_interface_id @network_interface_id end |