Class: Aws::Types::ScheduledInstancesPrivateIpAddressConfig
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledInstancesPrivateIpAddressConfig
- 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.
16804 16805 16806 |
# File 'sig/types.rbs', line 16804 def primary @primary end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
16805 16806 16807 |
# File 'sig/types.rbs', line 16805 def private_ip_address @private_ip_address end |