Class: Aws::WorkSpaces::Types::DescribeWorkspacesPoolSessionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeWorkspacesPoolSessionsResult
- 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. -
#sessions ⇒ Array<Types::WorkspacesPoolSession>
Describes the pool sessions.
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.
2519 2520 2521 2522 2523 2524 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2519 class DescribeWorkspacesPoolSessionsResult < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::WorkspacesPoolSession>
Describes the pool sessions.
2519 2520 2521 2522 2523 2524 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2519 class DescribeWorkspacesPoolSessionsResult < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |