Class: Aws::Deadline::Types::BatchGetSessionIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetSessionIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The identifiers for a session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the session.
-
#job_id ⇒ String
The job ID of the session.
-
#queue_id ⇒ String
The queue ID of the session.
-
#session_id ⇒ String
The session ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the session.
1305 1306 1307 1308 1309 1310 1311 1312 |
# File 'lib/aws-sdk-deadline/types.rb', line 1305 class BatchGetSessionIdentifier < Struct.new( :farm_id, :queue_id, :job_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID of the session.
1305 1306 1307 1308 1309 1310 1311 1312 |
# File 'lib/aws-sdk-deadline/types.rb', line 1305 class BatchGetSessionIdentifier < Struct.new( :farm_id, :queue_id, :job_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the session.
1305 1306 1307 1308 1309 1310 1311 1312 |
# File 'lib/aws-sdk-deadline/types.rb', line 1305 class BatchGetSessionIdentifier < Struct.new( :farm_id, :queue_id, :job_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session ID.
1305 1306 1307 1308 1309 1310 1311 1312 |
# File 'lib/aws-sdk-deadline/types.rb', line 1305 class BatchGetSessionIdentifier < Struct.new( :farm_id, :queue_id, :job_id, :session_id) SENSITIVE = [] include Aws::Structure end |