Class: Aws::Types::DedicatedIp
- Inherits:
-
Object
- Object
- Aws::Types::DedicatedIp
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip ⇒ ::String
Returns the value of attribute ip.
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#warmup_percentage ⇒ ::Integer
Returns the value of attribute warmup_percentage.
-
#warmup_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute warmup_status.
Instance Attribute Details
#ip ⇒ ::String
Returns the value of attribute ip.
393 394 395 |
# File 'sig/types.rbs', line 393 def ip @ip end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
396 397 398 |
# File 'sig/types.rbs', line 396 def pool_name @pool_name end |
#warmup_percentage ⇒ ::Integer
Returns the value of attribute warmup_percentage.
395 396 397 |
# File 'sig/types.rbs', line 395 def warmup_percentage @warmup_percentage end |
#warmup_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute warmup_status.
394 395 396 |
# File 'sig/types.rbs', line 394 def warmup_status @warmup_status end |