Class: Aws::Deadline::Types::GetSessionActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetSessionActionRequest
- 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 action.
-
#job_id ⇒ String
The job ID for the session.
-
#queue_id ⇒ String
The queue ID for the session action.
-
#session_action_id ⇒ String
The session action ID for the session.
Instance Attribute Details
#farm_id ⇒ String
The farm ID for the session action.
3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'lib/aws-sdk-deadline/types.rb', line 3498 class GetSessionActionRequest < Struct.new( :farm_id, :queue_id, :job_id, :session_action_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID for the session.
3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'lib/aws-sdk-deadline/types.rb', line 3498 class GetSessionActionRequest < Struct.new( :farm_id, :queue_id, :job_id, :session_action_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the session action.
3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'lib/aws-sdk-deadline/types.rb', line 3498 class GetSessionActionRequest < Struct.new( :farm_id, :queue_id, :job_id, :session_action_id) SENSITIVE = [] include Aws::Structure end |
#session_action_id ⇒ String
The session action ID for the session.
3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'lib/aws-sdk-deadline/types.rb', line 3498 class GetSessionActionRequest < Struct.new( :farm_id, :queue_id, :job_id, :session_action_id) SENSITIVE = [] include Aws::Structure end |