Method: Aws::Deadline::Types::CreateQueueRequest#farm_id

Defined in:
lib/aws-sdk-deadline/types.rb

#farm_idString

The farm ID of the farm to connect to the queue.



1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
# File 'lib/aws-sdk-deadline/types.rb', line 1653

class CreateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names,
  :allowed_storage_profile_ids,
  :tags)
  SENSITIVE = [:description, :required_file_system_location_names]
  include Aws::Structure
end