Class: Aws::Deadline::Types::UpdateQueueFleetAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateQueueFleetAssociationRequest
- 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 to update.
-
#fleet_id ⇒ String
The fleet ID to update.
-
#queue_id ⇒ String
The queue ID to update.
-
#status ⇒ String
The status to update.
Instance Attribute Details
#farm_id ⇒ String
The farm ID to update.
8878 8879 8880 8881 8882 8883 8884 8885 |
# File 'lib/aws-sdk-deadline/types.rb', line 8878 class UpdateQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id, :status) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID to update.
8878 8879 8880 8881 8882 8883 8884 8885 |
# File 'lib/aws-sdk-deadline/types.rb', line 8878 class UpdateQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id, :status) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID to update.
8878 8879 8880 8881 8882 8883 8884 8885 |
# File 'lib/aws-sdk-deadline/types.rb', line 8878 class UpdateQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status to update.
8878 8879 8880 8881 8882 8883 8884 8885 |
# File 'lib/aws-sdk-deadline/types.rb', line 8878 class UpdateQueueFleetAssociationRequest < Struct.new( :farm_id, :queue_id, :fleet_id, :status) SENSITIVE = [] include Aws::Structure end |