Class: Aws::Types::NetworkInterfacePrivateIpAddress
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterfacePrivateIpAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association ⇒ Types::NetworkInterfaceAssociation
Returns the value of attribute association.
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#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
#association ⇒ Types::NetworkInterfaceAssociation
Returns the value of attribute association.
14877 14878 14879 |
# File 'sig/types.rbs', line 14877 def association @association end |
#primary ⇒ Boolean
Returns the value of attribute primary.
14878 14879 14880 |
# File 'sig/types.rbs', line 14878 def primary @primary end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
14879 14880 14881 |
# File 'sig/types.rbs', line 14879 def private_dns_name @private_dns_name end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
14880 14881 14882 |
# File 'sig/types.rbs', line 14880 def private_ip_address @private_ip_address end |