Class: Aws::Types::TimeBasedLinear
- Inherits:
-
Object
- Object
- Aws::Types::TimeBasedLinear
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#linear_interval ⇒ ::Integer
Returns the value of attribute linear_interval.
-
#linear_percentage ⇒ ::Integer
Returns the value of attribute linear_percentage.
Instance Attribute Details
#linear_interval ⇒ ::Integer
Returns the value of attribute linear_interval.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def linear_interval @linear_interval end |
#linear_percentage ⇒ ::Integer
Returns the value of attribute linear_percentage.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def linear_percentage @linear_percentage end |