workspaces_describe_workspace_bundles: Retrieves a list that describes the available WorkSpace...

View source: R/workspaces_operations.R

workspaces_describe_workspace_bundlesR Documentation

Retrieves a list that describes the available WorkSpace bundles

Description

Retrieves a list that describes the available WorkSpace bundles.

See https://www.paws-r-sdk.com/docs/workspaces_describe_workspace_bundles/ for full documentation.

Usage

workspaces_describe_workspace_bundles(
  BundleIds = NULL,
  Owner = NULL,
  NextToken = NULL
)

Arguments

BundleIds

The identifiers of the bundles. You cannot combine this parameter with any other filter.

Owner

The owner of the bundles. You cannot combine this parameter with any other filter.

To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the bundles that belong to your account, don't specify a value.

NextToken

The token for the next set of results. (You received this token from a previous call.)


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.