Class: Aws::Deadline::Types::DeleteQueueFleetAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteQueueFleetAssociationRequest
- 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 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.
1879 1880 1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-deadline/types.rb', line 1879 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.
1879 1880 1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-deadline/types.rb', line 1879 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.
1879 1880 1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-deadline/types.rb', line 1879 class DeleteQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id) SENSITIVE = [] include Aws::Structure end |