Class: Aws::Types::InstancePrivateIpAddress
- Inherits:
-
Object
- Object
- Aws::Types::InstancePrivateIpAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association ⇒ Types::InstanceNetworkInterfaceAssociation
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::InstanceNetworkInterfaceAssociation
Returns the value of attribute association.
11626 11627 11628 |
# File 'sig/types.rbs', line 11626 def association @association end |
#primary ⇒ Boolean
Returns the value of attribute primary.
11627 11628 11629 |
# File 'sig/types.rbs', line 11627 def primary @primary end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
11628 11629 11630 |
# File 'sig/types.rbs', line 11628 def private_dns_name @private_dns_name end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
11629 11630 11631 |
# File 'sig/types.rbs', line 11629 def private_ip_address @private_ip_address end |