Class: Aws::Types::JobDefinition
- Inherits:
-
Object
- Object
- Aws::Types::JobDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resource_properties ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties.
-
#container_orchestration_type ⇒ "ECS", "EKS"
Returns the value of attribute container_orchestration_type.
-
#container_properties ⇒ Types::ContainerProperties
Returns the value of attribute container_properties.
-
#ecs_properties ⇒ Types::EcsProperties
Returns the value of attribute ecs_properties.
-
#eks_properties ⇒ Types::EksProperties
Returns the value of attribute eks_properties.
-
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
-
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
-
#node_properties ⇒ Types::NodeProperties
Returns the value of attribute node_properties.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#platform_capabilities ⇒ ::Array[("EC2" | "FARGATE" | "MANAGED_INSTANCES")]
Returns the value of attribute platform_capabilities.
-
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
-
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
-
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#consumable_resource_properties ⇒ Types::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.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def container_orchestration_type @container_orchestration_type end |
#container_properties ⇒ Types::ContainerProperties
Returns the value of attribute container_properties.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def container_properties @container_properties end |
#ecs_properties ⇒ Types::EcsProperties
Returns the value of attribute ecs_properties.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def ecs_properties @ecs_properties end |
#eks_properties ⇒ Types::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.
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.
993 994 995 |
# File 'sig/types.rbs', line 993 def job_definition_name @job_definition_name end |
#node_properties ⇒ Types::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.
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.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def platform_capabilities @platform_capabilities end |
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def @propagate_tags end |
#retry_strategy ⇒ Types::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.
995 996 997 |
# File 'sig/types.rbs', line 995 def revision @revision end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
998 999 1000 |
# File 'sig/types.rbs', line 998 def scheduling_priority @scheduling_priority end |
#status ⇒ ::String
Returns the value of attribute status.
996 997 998 |
# File 'sig/types.rbs', line 996 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def @tags end |
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def timeout @timeout end |
#type ⇒ ::String
Returns the value of attribute type.
997 998 999 |
# File 'sig/types.rbs', line 997 def type @type end |