Class: Aws::Types::PrivateIpAddressDetails
- Inherits:
-
Object
- Object
- Aws::Types::PrivateIpAddressDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
Instance Attribute Details
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def private_dns_name @private_dns_name end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def private_ip_address @private_ip_address end |