Class: Aws::Types::ScheduleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clip_range ⇒ Types::ClipRange
Returns the value of attribute clip_range.
-
#transition ⇒ Types::Transition
Returns the value of attribute transition.
Instance Attribute Details
#clip_range ⇒ Types::ClipRange
Returns the value of attribute clip_range.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def clip_range @clip_range end |
#transition ⇒ Types::Transition
Returns the value of attribute transition.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def transition @transition end |