Class: Aws::Deadline::Types::ListSessionsForWorkerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ListSessionsForWorkerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
-
#sessions ⇒ Array<Types::WorkerSessionSummary>
The sessions in the response.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
6405 6406 6407 6408 6409 6410 |
# File 'lib/aws-sdk-deadline/types.rb', line 6405 class ListSessionsForWorkerResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::WorkerSessionSummary>
The sessions in the response.
6405 6406 6407 6408 6409 6410 |
# File 'lib/aws-sdk-deadline/types.rb', line 6405 class ListSessionsForWorkerResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |