@aws-sdk/client-cloudwatch

DescribeAlarmsCommandOutput Interface

The output of DescribeAlarmsCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
CompositeAlarms CompositeAlarm[] | undefined

The information about any composite alarms returned by the operation.

MetricAlarms MetricAlarm[] | undefined

The information about any metric alarms returned by the operation.

NextToken string | undefined

The token that marks the start of the next batch of returned results.

Full Signature

export interface DescribeAlarmsCommandOutput extends DescribeAlarmsOutput, MetadataBearer