- Navigation Guide
@aws-sdk/client-ec2
DescribeTagsCommandOutput Interface
The output of DescribeTagsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
NextToken | string | undefined | The token to include in another request to get the next page of items. This value is |
Tags | TagDescription[] | undefined | The tags. |
Full Signature
export interface DescribeTagsCommandOutput extends DescribeTagsResult, MetadataBearer