Class: Aws::Deadline::Types::CreateQueueLimitAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateQueueLimitAssociationRequest
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The unique identifier of the farm that contains the queue and limit to associate.
-
#limit_id ⇒ String
The unique identifier of the limit to associate with the queue.
-
#queue_id ⇒ String
The unique identifier of the queue to associate with the limit.
Instance Attribute Details
#farm_id ⇒ String
The unique identifier of the farm that contains the queue and limit to associate.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1603 class CreateQueueLimitAssociationRequest < Struct.new( :farm_id, :queue_id, :limit_id) SENSITIVE = [] include Aws::Structure end |
#limit_id ⇒ String
The unique identifier of the limit to associate with the queue.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1603 class CreateQueueLimitAssociationRequest < Struct.new( :farm_id, :queue_id, :limit_id) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The unique identifier of the queue to associate with the limit.
1603 1604 1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1603 class CreateQueueLimitAssociationRequest < Struct.new( :farm_id, :queue_id, :limit_id) SENSITIVE = [] include Aws::Structure end |