Class: Aws::Types::RotationShift
- Inherits:
-
Object
- Object
- Aws::Types::RotationShift
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_ids ⇒ ::Array[::String]
Returns the value of attribute contact_ids.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#shift_details ⇒ Types::ShiftDetails
Returns the value of attribute shift_details.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#type ⇒ "REGULAR", "OVERRIDDEN"
Returns the value of attribute type.
Instance Attribute Details
#contact_ids ⇒ ::Array[::String]
Returns the value of attribute contact_ids.
588 589 590 |
# File 'sig/types.rbs', line 588 def contact_ids @contact_ids end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
590 591 592 |
# File 'sig/types.rbs', line 590 def end_time @end_time end |
#shift_details ⇒ Types::ShiftDetails
Returns the value of attribute shift_details.
592 593 594 |
# File 'sig/types.rbs', line 592 def shift_details @shift_details end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
589 590 591 |
# File 'sig/types.rbs', line 589 def start_time @start_time end |
#type ⇒ "REGULAR", "OVERRIDDEN"
Returns the value of attribute type.
591 592 593 |
# File 'sig/types.rbs', line 591 def type @type end |