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")]
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.
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.
935 936 937 |
# File 'sig/types.rbs', line 935 def container_orchestration_type @container_orchestration_type end |
#container_properties ⇒ Types::ContainerProperties
Returns the value of attribute container_properties.
927 928 929 |
# File 'sig/types.rbs', line 927 def container_properties @container_properties end |
#ecs_properties ⇒ Types::EcsProperties
Returns the value of attribute ecs_properties.
933 934 935 |
# File 'sig/types.rbs', line 933 def ecs_properties @ecs_properties end |
#eks_properties ⇒ Types::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.
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.
919 920 921 |
# File 'sig/types.rbs', line 919 def job_definition_name @job_definition_name end |
#node_properties ⇒ Types::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.
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.
932 933 934 |
# File 'sig/types.rbs', line 932 def platform_capabilities @platform_capabilities end |
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
931 932 933 |
# File 'sig/types.rbs', line 931 def @propagate_tags end |
#retry_strategy ⇒ Types::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.
921 922 923 |
# File 'sig/types.rbs', line 921 def revision @revision end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
924 925 926 |
# File 'sig/types.rbs', line 924 def scheduling_priority @scheduling_priority end |
#status ⇒ ::String
Returns the value of attribute status.
922 923 924 |
# File 'sig/types.rbs', line 922 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
930 931 932 |
# File 'sig/types.rbs', line 930 def @tags end |
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
928 929 930 |
# File 'sig/types.rbs', line 928 def timeout @timeout end |
#type ⇒ ::String
Returns the value of attribute type.
923 924 925 |
# File 'sig/types.rbs', line 923 def type @type end |