Class: Aws::WorkSpaces::Types::DescribeWorkspacesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspacesResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#workspaces ⇒ Array<Types::Workspace>
Information about the WorkSpaces.
Instance Attribute Details
#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.
1789 1790 1791 1792 1793 1794 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1789 class DescribeWorkspacesResult < Struct.new( :workspaces, :next_token) SENSITIVE = [] include Aws::Structure end |
#workspaces ⇒ Array<Types::Workspace>
Information about the WorkSpaces.
Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
1789 1790 1791 1792 1793 1794 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1789 class DescribeWorkspacesResult < Struct.new( :workspaces, :next_token) SENSITIVE = [] include Aws::Structure end |