Describes the specified applications by filtering based on their compute types, license availability, operating systems, and owners
Source:R/workspaces_operations.R
workspaces_describe_applications.RdDescribes 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
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.