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.
workspaces_describe_applications(
ApplicationIds = NULL,
ComputeTypeNames = NULL,
LicenseType = NULL,
OperatingSystemNames = NULL,
Owner = NULL,
MaxResults = NULL,
NextToken = NULL
)
The identifiers of one or more applications.
The compute types supported by the applications.
The license availability for the applications.
The operating systems supported by the applications.
The owner of the applications.
The maximum number of applications to return.
If you received a NextToken
from a previous call that was paginated,
provide this token to receive the next set of results.