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.
15939 15940 15941 |
# File 'sig/types.rbs', line 15939 def primary @primary end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
15940 15941 15942 |
# File 'sig/types.rbs', line 15940 def private_ip_address @private_ip_address end |