Class: Aws::Types::UpdateJobQueueRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environment_order::Array[Types::ComputeEnvironmentOrder]

Returns the value of attribute compute_environment_order.

Returns:



1710
1711
1712
# File 'sig/types.rbs', line 1710

def compute_environment_order
  @compute_environment_order
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def job_queue
  @job_queue
end

#job_state_time_limit_actions::Array[Types::JobStateTimeLimitAction]

Returns the value of attribute job_state_time_limit_actions.

Returns:



1712
1713
1714
# File 'sig/types.rbs', line 1712

def job_state_time_limit_actions
  @job_state_time_limit_actions
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def priority
  @priority
end

#scheduling_policy_arn::String

Returns the value of attribute scheduling_policy_arn.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def scheduling_policy_arn
  @scheduling_policy_arn
end

#service_environment_order::Array[Types::ServiceEnvironmentOrder]

Returns the value of attribute service_environment_order.

Returns:



1711
1712
1713
# File 'sig/types.rbs', line 1711

def service_environment_order
  @service_environment_order
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1707
1708
1709
# File 'sig/types.rbs', line 1707

def state
  @state
end