Class: Aws::Deadline::Types::GetQueueLimitAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The unique identifier of the farm that contains the associated queue and limit.

Returns:

  • (String)


3697
3698
3699
3700
3701
3702
3703
# File 'lib/aws-sdk-deadline/types.rb', line 3697

class GetQueueLimitAssociationRequest < Struct.new(
  :farm_id,
  :queue_id,
  :limit_id)
  SENSITIVE = []
  include Aws::Structure
end

#limit_idString

The unique identifier of the limit associated with the queue.

Returns:

  • (String)


3697
3698
3699
3700
3701
3702
3703
# File 'lib/aws-sdk-deadline/types.rb', line 3697

class GetQueueLimitAssociationRequest < Struct.new(
  :farm_id,
  :queue_id,
  :limit_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The unique identifier of the queue associated with the limit.

Returns:

  • (String)


3697
3698
3699
3700
3701
3702
3703
# File 'lib/aws-sdk-deadline/types.rb', line 3697

class GetQueueLimitAssociationRequest < Struct.new(
  :farm_id,
  :queue_id,
  :limit_id)
  SENSITIVE = []
  include Aws::Structure
end