Class: Aws::Types::UpdateJobQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJobQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_environment_order ⇒ ::Array[Types::ComputeEnvironmentOrder]
Returns the value of attribute compute_environment_order.
-
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
-
#job_state_time_limit_actions ⇒ ::Array[Types::JobStateTimeLimitAction]
Returns the value of attribute job_state_time_limit_actions.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#scheduling_policy_arn ⇒ ::String
Returns the value of attribute scheduling_policy_arn.
-
#service_environment_order ⇒ ::Array[Types::ServiceEnvironmentOrder]
Returns the value of attribute service_environment_order.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#compute_environment_order ⇒ ::Array[Types::ComputeEnvironmentOrder]
Returns the value of attribute compute_environment_order.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def compute_environment_order @compute_environment_order end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def job_queue @job_queue end |
#job_state_time_limit_actions ⇒ ::Array[Types::JobStateTimeLimitAction]
Returns the value of attribute job_state_time_limit_actions.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def job_state_time_limit_actions @job_state_time_limit_actions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def priority @priority end |
#scheduling_policy_arn ⇒ ::String
Returns the value of attribute scheduling_policy_arn.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def scheduling_policy_arn @scheduling_policy_arn end |
#service_environment_order ⇒ ::Array[Types::ServiceEnvironmentOrder]
Returns the value of attribute service_environment_order.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def service_environment_order @service_environment_order end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def state @state end |