Class: Aws::Types::AssignPrivateIpAddressesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssignPrivateIpAddressesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_reassignment ⇒ Boolean
Returns the value of attribute allow_reassignment.
-
#ipv_4_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_4_prefix_count.
-
#ipv_4_prefixes ⇒ ::Array[::String]
Returns the value of attribute ipv_4_prefixes.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
-
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
Instance Attribute Details
#allow_reassignment ⇒ Boolean
Returns the value of attribute allow_reassignment.
499 500 501 |
# File 'sig/types.rbs', line 499 def allow_reassignment @allow_reassignment end |
#ipv_4_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_4_prefix_count.
495 496 497 |
# File 'sig/types.rbs', line 495 def ipv_4_prefix_count @ipv_4_prefix_count end |
#ipv_4_prefixes ⇒ ::Array[::String]
Returns the value of attribute ipv_4_prefixes.
494 495 496 |
# File 'sig/types.rbs', line 494 def ipv_4_prefixes @ipv_4_prefixes end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def network_interface_id @network_interface_id end |
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
497 498 499 |
# File 'sig/types.rbs', line 497 def private_ip_addresses @private_ip_addresses end |
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
498 499 500 |
# File 'sig/types.rbs', line 498 def secondary_private_ip_address_count @secondary_private_ip_address_count end |