Class: Aws::Types::SubmitJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_properties ⇒ Types::ArrayProperties
Returns the value of attribute array_properties.
-
#consumable_resource_properties_override ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties_override.
-
#container_overrides ⇒ Types::ContainerOverrides
Returns the value of attribute container_overrides.
-
#depends_on ⇒ ::Array[Types::JobDependency]
Returns the value of attribute depends_on.
-
#ecs_properties_override ⇒ Types::EcsPropertiesOverride
Returns the value of attribute ecs_properties_override.
-
#eks_properties_override ⇒ Types::EksPropertiesOverride
Returns the value of attribute eks_properties_override.
-
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
-
#node_overrides ⇒ Types::NodeOverrides
Returns the value of attribute node_overrides.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
-
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
-
#scheduling_priority_override ⇒ ::Integer
Returns the value of attribute scheduling_priority_override.
-
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
Instance Attribute Details
#array_properties ⇒ Types::ArrayProperties
Returns the value of attribute array_properties.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def array_properties @array_properties end |
#consumable_resource_properties_override ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties_override.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def consumable_resource_properties_override @consumable_resource_properties_override end |
#container_overrides ⇒ Types::ContainerOverrides
Returns the value of attribute container_overrides.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def container_overrides @container_overrides end |
#depends_on ⇒ ::Array[Types::JobDependency]
Returns the value of attribute depends_on.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def depends_on @depends_on end |
#ecs_properties_override ⇒ Types::EcsPropertiesOverride
Returns the value of attribute ecs_properties_override.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def ecs_properties_override @ecs_properties_override end |
#eks_properties_override ⇒ Types::EksPropertiesOverride
Returns the value of attribute eks_properties_override.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def eks_properties_override @eks_properties_override end |
#job_definition ⇒ ::String
Returns the value of attribute job_definition.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def job_definition @job_definition end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def job_name @job_name end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def job_queue @job_queue end |
#node_overrides ⇒ Types::NodeOverrides
Returns the value of attribute node_overrides.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def node_overrides @node_overrides end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def parameters @parameters end |
#propagate_tags ⇒ Boolean
Returns the value of attribute propagate_tags.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def @propagate_tags end |
#retry_strategy ⇒ Types::RetryStrategy
Returns the value of attribute retry_strategy.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def retry_strategy @retry_strategy end |
#scheduling_priority_override ⇒ ::Integer
Returns the value of attribute scheduling_priority_override.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def scheduling_priority_override @scheduling_priority_override end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def share_identifier @share_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def @tags end |
#timeout ⇒ Types::JobTimeout
Returns the value of attribute timeout.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def timeout @timeout end |