Class: Aws::Deadline::Types::ListSessionsForWorkerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ListSessionsForWorkerResponse
- Defined in:
- gems/aws-sdk-deadline/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.
6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6502 class ListSessionsForWorkerResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::WorkerSessionSummary>
The sessions in the response.
6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6502 class ListSessionsForWorkerResponse < Struct.new( :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |