Class: Aws::Types::RotationShift

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_ids ⇒ ::Array[::String]

Returns the value of attribute contact_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::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.

Returns:

  • ("REGULAR", "OVERRIDDEN")


591
592
593
# File 'sig/types.rbs', line 591

def type
  @type
end