Class: Aws::WorkSpaces::Types::DescribeWorkspacesPoolsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspacesPoolsRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::DescribeWorkspacesPoolsFilter>
The filter conditions for the WorkSpaces Pool to return.
-
#limit ⇒ Integer
The maximum number of items to return.
-
#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. -
#pool_ids ⇒ Array<String>
The identifier of the WorkSpaces Pools.
Instance Attribute Details
#filters ⇒ Array<Types::DescribeWorkspacesPoolsFilter>
The filter conditions for the WorkSpaces Pool to return.
2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2568 class DescribeWorkspacesPoolsRequest < Struct.new( :pool_ids, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items to return.
2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2568 class DescribeWorkspacesPoolsRequest < Struct.new( :pool_ids, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2568 class DescribeWorkspacesPoolsRequest < Struct.new( :pool_ids, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#pool_ids ⇒ Array<String>
The identifier of the WorkSpaces Pools.
2568 2569 2570 2571 2572 2573 2574 2575 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2568 class DescribeWorkspacesPoolsRequest < Struct.new( :pool_ids, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |