Class: Aws::Types::PrivateIpAddressSpecification
- Inherits:
-
Object
- Object
- Aws::Types::PrivateIpAddressSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
Instance Attribute Details
#primary ⇒ Boolean
Returns the value of attribute primary.
15297 15298 15299 |
# File 'sig/types.rbs', line 15297 def primary @primary end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
15298 15299 15300 |
# File 'sig/types.rbs', line 15298 def private_ip_address @private_ip_address end |