Returns a list of shifts generated by an existing rotation in the system
Source:R/ssmcontacts_operations.R
ssmcontacts_list_rotation_shifts.RdReturns 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.
Usage
ssmcontacts_list_rotation_shifts(
RotationId,
StartTime = NULL,
EndTime,
NextToken = NULL,
MaxResults = NULL
)Arguments
- RotationId
[required] The Amazon Resource Name (ARN) of the rotation to retrieve shift information about.
- StartTime
The date and time for the beginning of the time range to list shifts for.
- EndTime
[required] The date and time for the end of the time range to list shifts for.
- NextToken
A token to start the list. Use this token to get the next set of results.
- MaxResults
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.