Class: Aws::Types::JobQueueDetail

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:



988
989
990
# File 'sig/types.rbs', line 988

def compute_environment_order
  @compute_environment_order
end

#job_queue_arn::String

Returns the value of attribute job_queue_arn.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def job_queue_arn
  @job_queue_arn
end

#job_queue_name::String

Returns the value of attribute job_queue_name.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

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


990
991
992
# File 'sig/types.rbs', line 990

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:



992
993
994
# File 'sig/types.rbs', line 992

def job_state_time_limit_actions
  @job_state_time_limit_actions
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


987
988
989
# File 'sig/types.rbs', line 987

def priority
  @priority
end

#scheduling_policy_arn::String

Returns the value of attribute scheduling_policy_arn.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def scheduling_policy_arn
  @scheduling_policy_arn
end

#service_environment_order::Array[Types::ServiceEnvironmentOrder]

Returns the value of attribute service_environment_order.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def service_environment_order
  @service_environment_order
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


983
984
985
# File 'sig/types.rbs', line 983

def state
  @state
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "DELETED", "VALID", "INVALID")


985
986
987
# File 'sig/types.rbs', line 985

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def status_reason
  @status_reason
end

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

Returns the value of attribute tags.

Returns:

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


991
992
993
# File 'sig/types.rbs', line 991

def tags
  @tags
end