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.
395 396 397 |
# File 'sig/types.rbs', line 395 def primary @primary end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
396 397 398 |
# File 'sig/types.rbs', line 396 def private_ip_address @private_ip_address end |