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.
570 571 572 |
# File 'sig/types.rbs', line 570 def allow_reassignment @allow_reassignment end |
#ipv_4_prefix_count ⇒ ::Integer
Returns the value of attribute ipv_4_prefix_count.
566 567 568 |
# File 'sig/types.rbs', line 566 def ipv_4_prefix_count @ipv_4_prefix_count end |
#ipv_4_prefixes ⇒ ::Array[::String]
Returns the value of attribute ipv_4_prefixes.
565 566 567 |
# File 'sig/types.rbs', line 565 def ipv_4_prefixes @ipv_4_prefixes end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def network_interface_id @network_interface_id end |
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
568 569 570 |
# File 'sig/types.rbs', line 568 def private_ip_addresses @private_ip_addresses end |
#secondary_private_ip_address_count ⇒ ::Integer
Returns the value of attribute secondary_private_ip_address_count.
569 570 571 |
# File 'sig/types.rbs', line 569 def secondary_private_ip_address_count @secondary_private_ip_address_count end |