Returns a list of shifts generated by an existing rotation in the system.
See https://www.paws-r-sdk.com/docs/ssmcontacts_list_rotation_shifts/ for full documentation.
ssmcontacts_list_rotation_shifts(
RotationId,
StartTime = NULL,
EndTime,
NextToken = NULL,
MaxResults = NULL
)
[required] The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.
The date and time for the beginning of the time range to list shifts for.
[required] The date and time for the end of the time range to list shifts for.
A token to start the list. Use this token to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.