Class: Aws::WorkSpacesWeb::Types::ListSessionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


2661
2662
2663
2664
2665
2666
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2661

class ListSessionsResponse < Struct.new(
  :sessions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sessionsArray<Types::SessionSummary>

The sessions in a list.

Returns:



2661
2662
2663
2664
2665
2666
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2661

class ListSessionsResponse < Struct.new(
  :sessions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end