Class: Aws::Deadline::Types::GetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID for the session.
-
#job_id ⇒ String
The job ID for the session.
-
#queue_id ⇒ String
The queue ID for the session.
-
#session_id ⇒ String
The session ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID for the session.
3583 3584 3585 3586 3587 3588 3589 3590 |
# File 'lib/aws-sdk-deadline/types.rb', line 3583 class GetSessionRequest < Struct.new( :farm_id, :queue_id, :job_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID for the session.
3583 3584 3585 3586 3587 3588 3589 3590 |
# File 'lib/aws-sdk-deadline/types.rb', line 3583 class GetSessionRequest < Struct.new( :farm_id, :queue_id, :job_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the session.
3583 3584 3585 3586 3587 3588 3589 3590 |
# File 'lib/aws-sdk-deadline/types.rb', line 3583 class GetSessionRequest < Struct.new( :farm_id, :queue_id, :job_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session ID.
3583 3584 3585 3586 3587 3588 3589 3590 |
# File 'lib/aws-sdk-deadline/types.rb', line 3583 class GetSessionRequest < Struct.new( :farm_id, :queue_id, :job_id, :session_id) SENSITIVE = [] include Aws::Structure end |