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.
487 488 489 |
# File 'sig/types.rbs', line 487 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.
488 489 490 |
# File 'sig/types.rbs', line 488 def assigned_ipv_6_prefixes @assigned_ipv_6_prefixes end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
489 490 491 |
# File 'sig/types.rbs', line 489 def network_interface_id @network_interface_id end |