Struct rusoto_workspaces::DescribeWorkspaceBundlesRequest [] [src]

pub struct DescribeWorkspaceBundlesRequest {
    pub bundle_ids: Option<BundleIdList>,
    pub next_token: Option<PaginationToken>,
    pub owner: Option<BundleOwner>,
}

Contains the inputs for the DescribeWorkspaceBundles operation.

Fields

An array of strings that contains the identifiers of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

The NextToken value from a previous call to this operation. Pass null if this is the first call.

The owner of the bundles to retrieve. This parameter cannot be combined with any other filter parameter.

This contains one of the following values:

  • null- Retrieves the bundles that belong to the account making the call.

  • AMAZON- Retrieves the bundles that are provided by AWS.

Trait Implementations

impl Default for DescribeWorkspaceBundlesRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeWorkspaceBundlesRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeWorkspaceBundlesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more