class Aws::WorkSpaces::Types::DescribeConnectionAliasesRequest
@note When making an API call, you may pass DescribeConnectionAliasesRequest
data as a hash: { alias_ids: ["ConnectionAliasId"], resource_id: "NonEmptyString", limit: 1, next_token: "PaginationToken", }
@!attribute [rw] alias_ids
The identifiers of the connection aliases to describe. @return [Array<String>]
@!attribute [rw] resource_id
The identifier of the directory associated with the connection alias. @return [String]
@!attribute [rw] limit
The maximum number of connection aliases to return. @return [Integer]
@!attribute [rw] next_token
If you received a `NextToken` from a previous call that was paginated, provide this token to receive the next set of results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeConnectionAliasesRequest AWS API Documentation
Constants
- SENSITIVE