Class: Aws::WorkSpaces::Types::DescribeWorkspaceBundlesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#bundlesArray<Types::WorkspaceBundle>

Information about the bundles.

Returns:



638
639
640
641
642
# File 'lib/aws-sdk-workspaces/types.rb', line 638

class DescribeWorkspaceBundlesResult < Struct.new(
  :bundles,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next set of results, or null if there are no more results available. This token is valid for one day and must be used within that time frame.

Returns:

  • (String)


638
639
640
641
642
# File 'lib/aws-sdk-workspaces/types.rb', line 638

class DescribeWorkspaceBundlesResult < Struct.new(
  :bundles,
  :next_token)
  include Aws::Structure
end