Class: Aws::Deadline::Types::AssumeQueueRoleForWorkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AssumeQueueRoleForWorkerRequest
- 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 of the worker assuming the queue role.
-
#fleet_id ⇒ String
The fleet ID of the worker assuming the queue role.
-
#queue_id ⇒ String
The queue ID of the worker assuming the queue role.
-
#worker_id ⇒ String
The worker ID of the worker assuming the queue role.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the worker assuming the queue role.
580 581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-deadline/types.rb', line 580 class AssumeQueueRoleForWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :queue_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the worker assuming the queue role.
580 581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-deadline/types.rb', line 580 class AssumeQueueRoleForWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :queue_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the worker assuming the queue role.
580 581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-deadline/types.rb', line 580 class AssumeQueueRoleForWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :queue_id) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID of the worker assuming the queue role.
580 581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-deadline/types.rb', line 580 class AssumeQueueRoleForWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :queue_id) SENSITIVE = [] include Aws::Structure end |