Class: Aws::Deadline::Types::GetQueueLimitAssociationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Deadline::Types::GetQueueLimitAssociationRequest
 
- 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 associated queue and limit. 
- 
  
    
      #limit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the limit associated with the queue. 
- 
  
    
      #queue_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the queue associated with the limit. 
Instance Attribute Details
#farm_id ⇒ String
The unique identifier of the farm that contains the associated queue and limit.
| 3763 3764 3765 3766 3767 3768 3769 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3763 class GetQueueLimitAssociationRequest < Struct.new( :farm_id, :queue_id, :limit_id) SENSITIVE = [] include Aws::Structure end | 
#limit_id ⇒ String
The unique identifier of the limit associated with the queue.
| 3763 3764 3765 3766 3767 3768 3769 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3763 class GetQueueLimitAssociationRequest < Struct.new( :farm_id, :queue_id, :limit_id) SENSITIVE = [] include Aws::Structure end | 
#queue_id ⇒ String
The unique identifier of the queue associated with the limit.
| 3763 3764 3765 3766 3767 3768 3769 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3763 class GetQueueLimitAssociationRequest < Struct.new( :farm_id, :queue_id, :limit_id) SENSITIVE = [] include Aws::Structure end |