Class: Aws::Types::JobDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource_propertiesTypes::ConsumableResourceProperties

Returns the value of attribute consumable_resource_properties.



936
937
938
# File 'sig/types.rbs', line 936

def consumable_resource_properties
  @consumable_resource_properties
end

#container_orchestration_type"ECS", "EKS"

Returns the value of attribute container_orchestration_type.

Returns:

  • ("ECS", "EKS")


935
936
937
# File 'sig/types.rbs', line 935

def container_orchestration_type
  @container_orchestration_type
end

#container_propertiesTypes::ContainerProperties

Returns the value of attribute container_properties.



927
928
929
# File 'sig/types.rbs', line 927

def container_properties
  @container_properties
end

#ecs_propertiesTypes::EcsProperties

Returns the value of attribute ecs_properties.



933
934
935
# File 'sig/types.rbs', line 933

def ecs_properties
  @ecs_properties
end

#eks_propertiesTypes::EksProperties

Returns the value of attribute eks_properties.



934
935
936
# File 'sig/types.rbs', line 934

def eks_properties
  @eks_properties
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def job_definition_name
  @job_definition_name
end

#node_propertiesTypes::NodeProperties

Returns the value of attribute node_properties.



929
930
931
# File 'sig/types.rbs', line 929

def node_properties
  @node_properties
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

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


925
926
927
# File 'sig/types.rbs', line 925

def parameters
  @parameters
end

#platform_capabilities::Array[("EC2" | "FARGATE")]

Returns the value of attribute platform_capabilities.

Returns:

  • (::Array[("EC2" | "FARGATE")])


932
933
934
# File 'sig/types.rbs', line 932

def platform_capabilities
  @platform_capabilities
end

#propagate_tagsBoolean

Returns the value of attribute propagate_tags.

Returns:

  • (Boolean)


931
932
933
# File 'sig/types.rbs', line 931

def propagate_tags
  @propagate_tags
end

#retry_strategyTypes::RetryStrategy

Returns the value of attribute retry_strategy.



926
927
928
# File 'sig/types.rbs', line 926

def retry_strategy
  @retry_strategy
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


921
922
923
# File 'sig/types.rbs', line 921

def revision
  @revision
end

#scheduling_priority::Integer

Returns the value of attribute scheduling_priority.

Returns:

  • (::Integer)


924
925
926
# File 'sig/types.rbs', line 924

def scheduling_priority
  @scheduling_priority
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


930
931
932
# File 'sig/types.rbs', line 930

def tags
  @tags
end

#timeoutTypes::JobTimeout

Returns the value of attribute timeout.

Returns:



928
929
930
# File 'sig/types.rbs', line 928

def timeout
  @timeout
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def type
  @type
end