Class: Aws::Types::DurationRange
- Inherits:
-
Object
- Object
- Aws::Types::DurationRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_seconds ⇒ ::Integer
Returns the value of attribute max_seconds.
-
#min_seconds ⇒ ::Integer
Returns the value of attribute min_seconds.
Instance Attribute Details
#max_seconds ⇒ ::Integer
Returns the value of attribute max_seconds.
327 328 329 |
# File 'sig/types.rbs', line 327 def max_seconds @max_seconds end |
#min_seconds ⇒ ::Integer
Returns the value of attribute min_seconds.
326 327 328 |
# File 'sig/types.rbs', line 326 def min_seconds @min_seconds end |