@aws-sdk/client-iot

DescribeDimensionCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
arn string | undefined

The Amazon Resource Name (ARN) for the dimension.

creationDate Date | undefined

The date the dimension was created.

lastModifiedDate Date | undefined

The date the dimension was last modified.

name string | undefined

The unique identifier for the dimension.

stringValues string[] | undefined

The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.

type DimensionType | undefined

The type of the dimension.

Full Signature

export interface DescribeDimensionCommandOutput extends DescribeDimensionResponse, MetadataBearer