Class: Aws::Deadline::Types::BatchGetSessionItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


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_idString

The farm ID of the session.

Returns:

  • (String)


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_idString

The fleet ID of the session.

Returns:

  • (String)


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_propertiesTypes::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_idString

The job ID of the session.

Returns:

  • (String)


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_statusString

The life cycle status of the session.

Returns:

  • (String)


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

#logTypes::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_idString

The queue ID of the session.

Returns:

  • (String)


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_idString

The session ID.

Returns:

  • (String)


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_atTime

The date and time the resource started running.

Returns:

  • (Time)


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_statusString

The target life cycle status for the session.

Returns:

  • (String)


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_atTime

The date and time the resource was updated.

Returns:

  • (Time)


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_byString

The user or system that updated this resource.

Returns:

  • (String)


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_idString

The worker ID of the session.

Returns:

  • (String)


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_logTypes::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