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.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def clip_range @clip_range end |
#transition ⇒ Types::Transition
Returns the value of attribute transition.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def transition @transition end |