Class: Aws::Deadline::Types::CreateQueueFleetAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateQueueFleetAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The ID of the farm that the queue and fleet belong to.
-
#fleet_id ⇒ String
The fleet ID.
-
#queue_id ⇒ String
The queue ID.
Instance Attribute Details
#farm_id ⇒ String
The ID of the farm that the queue and fleet belong to.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-deadline/types.rb', line 1417 class CreateQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-deadline/types.rb', line 1417 class CreateQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID.
1417 1418 1419 1420 1421 1422 1423 |
# File 'lib/aws-sdk-deadline/types.rb', line 1417 class CreateQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |