Class: Aws::Types::UnassignPrivateIpAddressesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnassignPrivateIpAddressesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#ipv_4_prefixes ⇒ ::Array[::String]
Returns the value of attribute ipv_4_prefixes.
19033 19034 19035 |
# File 'sig/types.rbs', line 19033 def ipv_4_prefixes @ipv_4_prefixes end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
19034 19035 19036 |
# File 'sig/types.rbs', line 19034 def network_interface_id @network_interface_id end |
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
19035 19036 19037 |
# File 'sig/types.rbs', line 19035 def private_ip_addresses @private_ip_addresses end |