Class: Aws::Deadline::Types::ListSessionsForWorkerResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results, or null to start from the beginning.

Returns:

  • (String)


5552
5553
5554
5555
5556
5557
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5552

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

#sessionsArray<Types::WorkerSessionSummary>

The sessions in the response.

Returns:



5552
5553
5554
5555
5556
5557
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5552

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