Skip to content

Describe Label Group

lookoutequipment_describe_label_group R Documentation

Returns information about the label group

Description

Returns information about the label group.

Usage

lookoutequipment_describe_label_group(LabelGroupName)

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"
  )
)

Request syntax

svc$describe_label_group(
  LabelGroupName = "string"
)