Class: Aws::WorkSpaces::Types::DescribeWorkspacesPoolsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspacesPoolsResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If you received a
NextToken
from a previous call that was paginated, provide this token to receive the next set of results. -
#workspaces_pools ⇒ Array<Types::WorkspacesPool>
Information about the WorkSpaces Pools.
Instance Attribute Details
#next_token ⇒ String
If you received a NextToken
from a previous call that was
paginated, provide this token to receive the next set of results.
2589 2590 2591 2592 2593 2594 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2589 class DescribeWorkspacesPoolsResult < Struct.new( :workspaces_pools, :next_token) SENSITIVE = [] include Aws::Structure end |
#workspaces_pools ⇒ Array<Types::WorkspacesPool>
Information about the WorkSpaces Pools.
2589 2590 2591 2592 2593 2594 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2589 class DescribeWorkspacesPoolsResult < Struct.new( :workspaces_pools, :next_token) SENSITIVE = [] include Aws::Structure end |