Class: Aws::WorkSpacesWeb::Types::ListSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListSessionsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
-
#sessions ⇒ Array<Types::SessionSummary>
The sessions in a list.
Instance Attribute Details
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2432 2433 2434 2435 2436 2437 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2432 class ListSessionsResponse < Struct.new( :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::SessionSummary>
The sessions in a list.
2432 2433 2434 2435 2436 2437 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2432 class ListSessionsResponse < Struct.new( :next_token, :sessions) SENSITIVE = [] include Aws::Structure end |