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.



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

def consumable_resource_properties
  @consumable_resource_properties
end

#container_orchestration_type"ECS", "EKS"

Returns the value of attribute container_orchestration_type.

Returns:

  • ("ECS", "EKS")


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

def container_orchestration_type
  @container_orchestration_type
end

#container_propertiesTypes::ContainerProperties

Returns the value of attribute container_properties.



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

def container_properties
  @container_properties
end

#ecs_propertiesTypes::EcsProperties

Returns the value of attribute ecs_properties.



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

def ecs_properties
  @ecs_properties
end

#eks_propertiesTypes::EksProperties

Returns the value of attribute eks_properties.



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

def eks_properties
  @eks_properties
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def job_definition_name
  @job_definition_name
end

#node_propertiesTypes::NodeProperties

Returns the value of attribute node_properties.



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

def node_properties
  @node_properties
end

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

Returns the value of attribute parameters.

Returns:

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


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

def parameters
  @parameters
end

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

Returns the value of attribute platform_capabilities.

Returns:

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


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

def platform_capabilities
  @platform_capabilities
end

#propagate_tagsBoolean

Returns the value of attribute propagate_tags.

Returns:

  • (Boolean)


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

def propagate_tags
  @propagate_tags
end

#retry_strategyTypes::RetryStrategy

Returns the value of attribute retry_strategy.



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

def retry_strategy
  @retry_strategy
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


976
977
978
# File 'sig/types.rbs', line 976

def revision
  @revision
end

#scheduling_priority::Integer

Returns the value of attribute scheduling_priority.

Returns:

  • (::Integer)


979
980
981
# File 'sig/types.rbs', line 979

def scheduling_priority
  @scheduling_priority
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#timeoutTypes::JobTimeout

Returns the value of attribute timeout.

Returns:



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

def timeout
  @timeout
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def type
  @type
end