Class: Aws::Types::PutDedicatedIpWarmupAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDedicatedIpWarmupAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip ⇒ ::String
Returns the value of attribute ip.
-
#warmup_percentage ⇒ ::Integer
Returns the value of attribute warmup_percentage.
Instance Attribute Details
#ip ⇒ ::String
Returns the value of attribute ip.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def ip @ip end |
#warmup_percentage ⇒ ::Integer
Returns the value of attribute warmup_percentage.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def warmup_percentage @warmup_percentage end |