Class: Aws::Deadline::Types::BatchGetSessionIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The identifiers for a session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the session.

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1294

class BatchGetSessionIdentifier < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID of the session.

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1294

class BatchGetSessionIdentifier < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID of the session.

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1294

class BatchGetSessionIdentifier < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session ID.

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1294

class BatchGetSessionIdentifier < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end