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.
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 |
#sessions ⇒ Array<Types::WorkerSessionSummary>
The sessions in the response.
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 |