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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5800
5801
5802
5803
5804
5805
# File 'lib/aws-sdk-deadline/types.rb', line 5800

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

#sessionsArray<Types::WorkerSessionSummary>

The sessions in the response.

Returns:



5800
5801
5802
5803
5804
5805
# File 'lib/aws-sdk-deadline/types.rb', line 5800

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