workspaces_describe_applications: Describes the specified applications by filtering based on...

View source: R/workspaces_operations.R

workspaces_describe_applicationsR 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 NextToken from a previous call that was paginated, provide this token to receive the next set of results.


paws.end.user.computing documentation built on Sept. 12, 2024, 6:28 a.m.