Class: Aws::Types::CreateJobQueueRequest

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:



298
299
300
# File 'sig/types.rbs', line 298

def compute_environment_order
  @compute_environment_order
end

#job_queue_name::String

Returns the value of attribute job_queue_name.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def job_queue_name
  @job_queue_name
end

#job_queue_type"EKS", ...

Returns the value of attribute job_queue_type.

Returns:

  • ("EKS", "ECS", "ECS_FARGATE", "SAGEMAKER_TRAINING")


300
301
302
# File 'sig/types.rbs', line 300

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.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def job_state_time_limit_actions
  @job_state_time_limit_actions
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def priority
  @priority
end

#scheduling_policy_arn::String

Returns the value of attribute scheduling_policy_arn.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def scheduling_policy_arn
  @scheduling_policy_arn
end

#service_environment_order::Array[Types::ServiceEnvironmentOrder]

Returns the value of attribute service_environment_order.

Returns:



299
300
301
# File 'sig/types.rbs', line 299

def service_environment_order
  @service_environment_order
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


295
296
297
# File 'sig/types.rbs', line 295

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


301
302
303
# File 'sig/types.rbs', line 301

def tags
  @tags
end