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.
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.
990 991 992 |
# File 'sig/types.rbs', line 990 def container_orchestration_type @container_orchestration_type end |
#container_properties ⇒ Types::ContainerProperties
Returns the value of attribute container_properties.
982 983 984 |
# File 'sig/types.rbs', line 982 def container_properties @container_properties end |
#ecs_properties ⇒ Types::EcsProperties
Returns the value of attribute ecs_properties.
988 989 990 |
# File 'sig/types.rbs', line 988 def ecs_properties @ecs_properties end |
#eks_properties ⇒ Types::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.
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.
974 975 976 |
# File 'sig/types.rbs', line 974 def job_definition_name @job_definition_name end |
#node_properties ⇒ Types::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.
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.
987 988 989 |
# File 'sig/types.rbs', line 987 def platform_capabilities @platform_capabilities end |
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
986 987 988 |
# File 'sig/types.rbs', line 986 def @propagate_tags end |
#retry_strategy ⇒ Types::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.
976 977 978 |
# File 'sig/types.rbs', line 976 def revision @revision end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
979 980 981 |
# File 'sig/types.rbs', line 979 def scheduling_priority @scheduling_priority end |
#status ⇒ ::String
Returns the value of attribute status.
977 978 979 |
# File 'sig/types.rbs', line 977 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
985 986 987 |
# File 'sig/types.rbs', line 985 def @tags end |
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
983 984 985 |
# File 'sig/types.rbs', line 983 def timeout @timeout end |
#type ⇒ ::String
Returns the value of attribute type.
978 979 980 |
# File 'sig/types.rbs', line 978 def type @type end |