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
NextTokenfrom 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.
2655 2656 2657 2658 2659 2660 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2655 class DescribeWorkspacesPoolSessionsResult < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::WorkspacesPoolSession>
Describes the pool sessions.
2655 2656 2657 2658 2659 2660 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2655 class DescribeWorkspacesPoolSessionsResult < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |