Class: Aws::Deadline::Types::GetQueueFleetAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetQueueFleetAssociationRequest
- Includes:
- Structure
- Defined in:
- 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.
5375 5376 5377 5378 5379 5380 5381 |
# File 'lib/aws-sdk-deadline/types.rb', line 5375 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.
5375 5376 5377 5378 5379 5380 5381 |
# File 'lib/aws-sdk-deadline/types.rb', line 5375 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.
5375 5376 5377 5378 5379 5380 5381 |
# File 'lib/aws-sdk-deadline/types.rb', line 5375 class GetQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |