Class: Aws::Deadline::Types::GetQueueFleetAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetQueueFleetAssociationRequest
- 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 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.
3311 3312 3313 3314 3315 3316 3317 |
# File 'lib/aws-sdk-deadline/types.rb', line 3311 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.
3311 3312 3313 3314 3315 3316 3317 |
# File 'lib/aws-sdk-deadline/types.rb', line 3311 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.
3311 3312 3313 3314 3315 3316 3317 |
# File 'lib/aws-sdk-deadline/types.rb', line 3311 class GetQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |