

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# describe-servers
<a name="describe-servers"></a>

描述指定的 Amazon DCV 服务器。

**Topics**
+ [摘要](#synopsis)
+ [选项](#options)
+ [示例](#example)

## 摘要
<a name="synopsis"></a>

```
describe-servers
[--server-ids {{<value>}}]
[--next-token {{<value>}}]
[--max-results {{<value>}}]
```

## 选项
<a name="options"></a>

**`--server-ids`**  
要描述的 Amazon DCV 服务器 ID 的逗号分隔列表。  
类型：字符串  
必需：否

**`--next-token`**  
用于检索下一页结果的标记。  
类型：字符串  
必需：否

**`--max-results`**  
请求在分页输出中返回的最大结果数。如果已提供，它必须是 1 到 1000 之间的数字。  
类型：整数  
必需：否

## 示例
<a name="example"></a>

```
dcvsm describe-servers --server-ids "server123,server456"
```