Class: Aws::Deadline::Types::DeleteQueueFleetAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteQueueFleetAssociationRequest
- 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 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.
3726 3727 3728 3729 3730 3731 3732 |
# File 'lib/aws-sdk-deadline/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 3732 |
# File 'lib/aws-sdk-deadline/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 3732 |
# File 'lib/aws-sdk-deadline/types.rb', line 3726 class DeleteQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |