Describe Label Group
lookoutequipment_describe_label_group | R Documentation |
Returns information about the label group¶
Description¶
Returns information about the label group.
Usage¶
Arguments¶
LabelGroupName
[required] Returns the name of the label group.
Value¶
A list with the following syntax:
list(
LabelGroupName = "string",
LabelGroupArn = "string",
FaultCodes = list(
"string"
),
CreatedAt = as.POSIXct(
"2015-01-01"
),
UpdatedAt = as.POSIXct(
"2015-01-01"
)
)