Class: Aws::Deadline::Types::GetQueueFleetAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetQueueFleetAssociationRequest
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Identifier mixin for queue-fleet association operations. Composes QueueIdentifierMixin (farmId + queueId) and adds fleetId.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the farm that contains the queue-fleet association.
-
#fleet_id ⇒ String
The fleet ID for the queue-fleet association.
-
#queue_id ⇒ String
The queue ID for the queue-fleet association.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm that contains the queue-fleet association.
5349 5350 5351 5352 5353 5354 5355 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5349 class GetQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID for the queue-fleet association.
5349 5350 5351 5352 5353 5354 5355 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5349 class GetQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID for the queue-fleet association.
5349 5350 5351 5352 5353 5354 5355 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 5349 class GetQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |