- Navigation Guide
@aws-sdk/client-iot
GetCommandCommandOutput Interface
The output of GetCommandCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
commandArn | string | undefined | The Amazon Resource Number (ARN) of the command. For example, |
commandId | string | undefined | The unique identifier of the command. |
createdAt | Date | undefined | The timestamp, when the command was created. |
deprecated | boolean | undefined | Indicates whether the command has been deprecated. |
description | string | undefined | A short text description of the command. |
displayName | string | undefined | The user-friendly name in the console for the command. |
lastUpdatedAt | Date | undefined | The timestamp, when the command was last updated. |
mandatoryParameters | CommandParameter[] | undefined | A list of parameters for the command created. |
namespace | CommandNamespace | undefined | The namespace of the command. |
payload | CommandPayload | undefined | The payload object that you provided for the command. |
pendingDeletion | boolean | undefined | Indicates whether the command is being deleted. |
roleArn | string | undefined | The IAM role that you provided when creating the command with |
Full Signature
export interface GetCommandCommandOutput extends GetCommandResponse, MetadataBearer