Class: Aws::Deadline::Types::CreateQueueLimitAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateQueueLimitAssociationRequest
- Includes:
- Structure
- Defined in:
- 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.
1580 1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-deadline/types.rb', line 1580 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.
1580 1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-deadline/types.rb', line 1580 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.
1580 1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-deadline/types.rb', line 1580 class CreateQueueLimitAssociationRequest < Struct.new( :farm_id, :queue_id, :limit_id) SENSITIVE = [] include Aws::Structure end |