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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundlesArray<Types::WorkspaceBundle>

Information about the bundles.

Returns:



2051
2052
2053
2054
2055
2056
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2051

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return. This token is valid for one day and must be used within that time frame.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2051

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