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.



1010
1011
1012
# File 'sig/types.rbs', line 1010

def consumable_resource_properties
  @consumable_resource_properties
end

#container_orchestration_type"ECS", "EKS"

Returns the value of attribute container_orchestration_type.

Returns:

  • ("ECS", "EKS")


1009
1010
1011
# File 'sig/types.rbs', line 1009

def container_orchestration_type
  @container_orchestration_type
end

#container_propertiesTypes::ContainerProperties

Returns the value of attribute container_properties.



1001
1002
1003
# File 'sig/types.rbs', line 1001

def container_properties
  @container_properties
end

#ecs_propertiesTypes::EcsProperties

Returns the value of attribute ecs_properties.



1007
1008
1009
# File 'sig/types.rbs', line 1007

def ecs_properties
  @ecs_properties
end

#eks_propertiesTypes::EksProperties

Returns the value of attribute eks_properties.



1008
1009
1010
# File 'sig/types.rbs', line 1008

def eks_properties
  @eks_properties
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


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

def job_definition_name
  @job_definition_name
end

#node_propertiesTypes::NodeProperties

Returns the value of attribute node_properties.



1003
1004
1005
# File 'sig/types.rbs', line 1003

def node_properties
  @node_properties
end

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

Returns the value of attribute parameters.

Returns:

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


999
1000
1001
# File 'sig/types.rbs', line 999

def parameters
  @parameters
end

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

Returns the value of attribute platform_capabilities.

Returns:

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


1006
1007
1008
# File 'sig/types.rbs', line 1006

def platform_capabilities
  @platform_capabilities
end

#propagate_tagsBoolean

Returns the value of attribute propagate_tags.

Returns:

  • (Boolean)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def propagate_tags
  @propagate_tags
end

#retry_strategyTypes::RetryStrategy

Returns the value of attribute retry_strategy.



1000
1001
1002
# File 'sig/types.rbs', line 1000

def retry_strategy
  @retry_strategy
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


995
996
997
# File 'sig/types.rbs', line 995

def revision
  @revision
end

#scheduling_priority::Integer

Returns the value of attribute scheduling_priority.

Returns:

  • (::Integer)


998
999
1000
# File 'sig/types.rbs', line 998

def scheduling_priority
  @scheduling_priority
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1004
1005
1006
# File 'sig/types.rbs', line 1004

def tags
  @tags
end

#timeoutTypes::JobTimeout

Returns the value of attribute timeout.

Returns:



1002
1003
1004
# File 'sig/types.rbs', line 1002

def timeout
  @timeout
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def type
  @type
end