Class: Aws::Types::JobQueueDetail
- Inherits:
-
Object
- Object
- Aws::Types::JobQueueDetail
- 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_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
-
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
-
#job_queue_type ⇒ "EKS", ...
Returns the value of attribute job_queue_type.
-
#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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#compute_environment_order ⇒ ::Array[Types::ComputeEnvironmentOrder]
Returns the value of attribute compute_environment_order.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def compute_environment_order @compute_environment_order end |
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def job_queue_arn @job_queue_arn end |
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def job_queue_name @job_queue_name end |
#job_queue_type ⇒ "EKS", ...
Returns the value of attribute job_queue_type.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def job_queue_type @job_queue_type end |
#job_state_time_limit_actions ⇒ ::Array[Types::JobStateTimeLimitAction]
Returns the value of attribute job_state_time_limit_actions.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def job_state_time_limit_actions @job_state_time_limit_actions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def priority @priority end |
#scheduling_policy_arn ⇒ ::String
Returns the value of attribute scheduling_policy_arn.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def scheduling_policy_arn @scheduling_policy_arn end |
#service_environment_order ⇒ ::Array[Types::ServiceEnvironmentOrder]
Returns the value of attribute service_environment_order.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def service_environment_order @service_environment_order end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def end |