- Navigation Guide
@aws-sdk/client-iot
DescribeDimensionCommandOutput Interface
The output of DescribeDimensionCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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