Class: Aws::Deadline::Types::DeleteQueueFleetAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteQueueFleetAssociationRequest
- 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 holds the queue-fleet association.
-
#fleet_id ⇒ String
The fleet ID of the queue-fleet association.
-
#queue_id ⇒ String
The queue ID of the queue-fleet association.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm that holds the queue-fleet association.
3716 3717 3718 3719 3720 3721 3722 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3716 class DeleteQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the queue-fleet association.
3716 3717 3718 3719 3720 3721 3722 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3716 class DeleteQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID of the queue-fleet association.
3716 3717 3718 3719 3720 3721 3722 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3716 class DeleteQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |