Describe Label
lookoutequipment_describe_label | R Documentation |
Returns the name of the label¶
Description¶
Returns the name of the label.
Usage¶
lookoutequipment_describe_label(LabelGroupName, LabelId)
Arguments¶
LabelGroupName |
[required] Returns the name of the group containing the label. |
LabelId |
[required] Returns the ID of the label. |
Value¶
A list with the following syntax:
list(
LabelGroupName = "string",
LabelGroupArn = "string",
LabelId = "string",
StartTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
),
Rating = "ANOMALY"|"NO_ANOMALY"|"NEUTRAL",
FaultCode = "string",
Notes = "string",
Equipment = "string",
CreatedAt = as.POSIXct(
"2015-01-01"
)
)
Request syntax¶
svc$describe_label(
LabelGroupName = "string",
LabelId = "string"
)