Class: Aws::Deadline::Types::BatchGetSessionItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetSessionItem
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details of a session returned in a batch get operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ended_at ⇒ Time
The date and time the resource ended running.
-
#farm_id ⇒ String
The farm ID of the session.
-
#fleet_id ⇒ String
The fleet ID of the session.
-
#host_properties ⇒ Types::HostPropertiesResponse
The host properties for the session.
-
#job_id ⇒ String
The job ID of the session.
-
#lifecycle_status ⇒ String
The life cycle status of the session.
-
#log ⇒ Types::LogConfiguration
The session log.
-
#queue_id ⇒ String
The queue ID of the session.
-
#session_id ⇒ String
The session ID.
-
#started_at ⇒ Time
The date and time the resource started running.
-
#target_lifecycle_status ⇒ String
The target life cycle status for the session.
-
#updated_at ⇒ Time
The date and time the resource was updated.
-
#updated_by ⇒ String
The user or system that updated this resource.
-
#worker_id ⇒ String
The worker ID of the session.
-
#worker_log ⇒ Types::LogConfiguration
The worker log for the session.
Instance Attribute Details
#ended_at ⇒ Time
The date and time the resource ended running.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#host_properties ⇒ Types::HostPropertiesResponse
The host properties for the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID of the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#lifecycle_status ⇒ String
The life cycle status of the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#log ⇒ Types::LogConfiguration
The session log.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session ID.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The date and time the resource started running.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#target_lifecycle_status ⇒ String
The target life cycle status for the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the resource was updated.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user or system that updated this resource.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID of the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |
#worker_log ⇒ Types::LogConfiguration
The worker log for the session.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1367 class BatchGetSessionItem < Struct.new( :farm_id, :queue_id, :job_id, :session_id, :fleet_id, :worker_id, :started_at, :lifecycle_status, :ended_at, :target_lifecycle_status, :updated_at, :updated_by, :log, :host_properties, :worker_log) SENSITIVE = [] include Aws::Structure end |