Provides a list of labels.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_labels/ for full documentation.
Usage
lookoutequipment_list_labels(
LabelGroupName,
IntervalStartTime = NULL,
IntervalEndTime = NULL,
FaultCode = NULL,
Equipment = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- LabelGroupName
[required] Returns the name of the label group.
- IntervalStartTime
Returns all the labels with a end time equal to or later than the start time given.
- IntervalEndTime
Returns all labels with a start time earlier than the end time given.
- FaultCode
Returns labels with a particular fault code.
- Equipment
Lists the labels that pertain to a particular piece of equipment.
- NextToken
An opaque pagination token indicating where to continue the listing of label groups.
- MaxResults
Specifies the maximum number of labels to list.