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:



310
311
312
# File 'sig/types.rbs', line 310

def compute_environment_order
  @compute_environment_order
end

#job_queue_name::String

Returns the value of attribute job_queue_name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

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", "ECS_MANAGED_INSTANCES")


312
313
314
# File 'sig/types.rbs', line 312

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:



314
315
316
# File 'sig/types.rbs', line 314

def job_state_time_limit_actions
  @job_state_time_limit_actions
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


309
310
311
# File 'sig/types.rbs', line 309

def priority
  @priority
end

#scheduling_policy_arn::String

Returns the value of attribute scheduling_policy_arn.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def scheduling_policy_arn
  @scheduling_policy_arn
end

#service_environment_order::Array[Types::ServiceEnvironmentOrder]

Returns the value of attribute service_environment_order.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def service_environment_order
  @service_environment_order
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


307
308
309
# File 'sig/types.rbs', line 307

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


313
314
315
# File 'sig/types.rbs', line 313

def tags
  @tags
end