workspaces_describe_applications {paws.end.user.computing} | R Documentation |
Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners
Description
Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners.
See https://www.paws-r-sdk.com/docs/workspaces_describe_applications/ for full documentation.
Usage
workspaces_describe_applications(
ApplicationIds = NULL,
ComputeTypeNames = NULL,
LicenseType = NULL,
OperatingSystemNames = NULL,
Owner = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
ApplicationIds |
The identifiers of one or more applications. |
ComputeTypeNames |
The compute types supported by the applications. |
LicenseType |
The license availability for the applications. |
OperatingSystemNames |
The operating systems supported by the applications. |
Owner |
The owner of the applications. |
MaxResults |
The maximum number of applications to return. |
NextToken |
If you received a |
[Package paws.end.user.computing version 0.9.0 Index]