Class: Aws::Types::AssignPrivateIpAddressesResult
- Inherits:
-
Object
- Object
- Aws::Types::AssignPrivateIpAddressesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assigned_ipv_4_prefixes ⇒ ::Array[Types::Ipv4PrefixSpecification]
Returns the value of attribute assigned_ipv_4_prefixes.
-
#assigned_private_ip_addresses ⇒ ::Array[Types::AssignedPrivateIpAddress]
Returns the value of attribute assigned_private_ip_addresses.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#assigned_ipv_4_prefixes ⇒ ::Array[Types::Ipv4PrefixSpecification]
Returns the value of attribute assigned_ipv_4_prefixes.
506 507 508 |
# File 'sig/types.rbs', line 506 def assigned_ipv_4_prefixes @assigned_ipv_4_prefixes end |
#assigned_private_ip_addresses ⇒ ::Array[Types::AssignedPrivateIpAddress]
Returns the value of attribute assigned_private_ip_addresses.
505 506 507 |
# File 'sig/types.rbs', line 505 def assigned_private_ip_addresses @assigned_private_ip_addresses end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def network_interface_id @network_interface_id end |