View source: R/lookoutequipment_operations.R
lookoutequipment_list_labels | R Documentation |
Provides a list of labels.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_labels/ for full documentation.
lookoutequipment_list_labels(
LabelGroupName,
IntervalStartTime = NULL,
IntervalEndTime = NULL,
FaultCode = NULL,
Equipment = NULL,
NextToken = NULL,
MaxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.