Class: Aws::WorkSpaces::Types::DescribeWorkspaceBundlesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspaceBundlesResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundles ⇒ Array<Types::WorkspaceBundle>
Information about the bundles.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#bundles ⇒ Array<Types::WorkspaceBundle>
Information about the bundles.
1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1697 class DescribeWorkspaceBundlesResult < Struct.new( :bundles, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1697 1698 1699 1700 1701 1702 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1697 class DescribeWorkspaceBundlesResult < Struct.new( :bundles, :next_token) SENSITIVE = [] include Aws::Structure end |