You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::DescribeWorkspaceBundlesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeWorkspaceBundlesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idsArray<String>

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

Returns:

  • (Array<String>)

    The identifiers of the bundles.

#next_tokenString

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

Returns:

  • (String)

    The token for the next set of results.

#ownerString

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

Specify AMAZON to describe the bundles provided by AWS or null to describe the bundles that belong to your account.

Returns:

  • (String)

    The owner of the bundles.