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.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def compute_environment_order @compute_environment_order end |
#job_queue_arn ⇒ ::String
Returns the value of attribute job_queue_arn.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def job_queue_arn @job_queue_arn end |
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def job_queue_name @job_queue_name end |
#job_queue_type ⇒ "EKS", ...
Returns the value of attribute job_queue_type.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 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.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def job_state_time_limit_actions @job_state_time_limit_actions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def priority @priority end |
#scheduling_policy_arn ⇒ ::String
Returns the value of attribute scheduling_policy_arn.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def scheduling_policy_arn @scheduling_policy_arn end |
#service_environment_order ⇒ ::Array[Types::ServiceEnvironmentOrder]
Returns the value of attribute service_environment_order.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def service_environment_order @service_environment_order end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def state @state end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def @tags end |