Class: Aws::Types::AssignIpv6AddressesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssignIpv6AddressesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
-
#ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv_6_addresses.
-
#ipv_6_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_6_prefix_count.
-
#ipv_6_prefixes ⇒ ::Array[::String]
Returns the value of attribute ipv_6_prefixes.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#ipv_6_address_count ⇒ ::Integer
Returns the value of attribute ipv_6_address_count.
553 554 555 |
# File 'sig/types.rbs', line 553 def ipv_6_address_count @ipv_6_address_count end |
#ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv_6_addresses.
552 553 554 |
# File 'sig/types.rbs', line 552 def ipv_6_addresses @ipv_6_addresses end |
#ipv_6_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_6_prefix_count.
549 550 551 |
# File 'sig/types.rbs', line 549 def ipv_6_prefix_count @ipv_6_prefix_count end |
#ipv_6_prefixes ⇒ ::Array[::String]
Returns the value of attribute ipv_6_prefixes.
550 551 552 |
# File 'sig/types.rbs', line 550 def ipv_6_prefixes @ipv_6_prefixes end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
551 552 553 |
# File 'sig/types.rbs', line 551 def network_interface_id @network_interface_id end |