Method: Aws::Deadline::Types::CreateQueueRequest#job_run_as_user
- Defined in:
- lib/aws-sdk-deadline/types.rb
#job_run_as_user ⇒ Types::JobRunAsUser
The jobs in the queue run as the specified POSIX user.
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 |