class Aws::WorkSpaces::Types::DescribeWorkspaceBundlesRequest

@note When making an API call, you may pass DescribeWorkspaceBundlesRequest

data as a hash:

    {
      bundle_ids: ["BundleId"],
      owner: "BundleOwner",
      next_token: "PaginationToken",
    }

@!attribute [rw] bundle_ids

The identifiers of the bundles. You cannot combine this parameter
with any other filter.
@return [Array<String>]

@!attribute [rw] owner

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

To describe the bundles provided by AWS, specify `AMAZON`. To
describe the bundles that belong to your account, don't specify a
value.
@return [String]

@!attribute [rw] next_token

The token for the next set of results. (You received this token from
a previous call.)
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspaceBundlesRequest AWS API Documentation

Constants

SENSITIVE