Class: Aws::Types::AwsEc2NetworkInterfacePrivateIpAddressDetail
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2NetworkInterfacePrivateIpAddressDetail
- 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.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def private_dns_name @private_dns_name end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def private_ip_address @private_ip_address end |