Class: Aws::Types::SubmitJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#array_propertiesTypes::ArrayProperties

Returns the value of attribute array_properties.



1587
1588
1589
# File 'sig/types.rbs', line 1587

def array_properties
  @array_properties
end

#consumable_resource_properties_overrideTypes::ConsumableResourceProperties

Returns the value of attribute consumable_resource_properties_override.



1599
1600
1601
# File 'sig/types.rbs', line 1599

def consumable_resource_properties_override
  @consumable_resource_properties_override
end

#container_overridesTypes::ContainerOverrides

Returns the value of attribute container_overrides.



1591
1592
1593
# File 'sig/types.rbs', line 1591

def container_overrides
  @container_overrides
end

#depends_on::Array[Types::JobDependency]

Returns the value of attribute depends_on.

Returns:



1588
1589
1590
# File 'sig/types.rbs', line 1588

def depends_on
  @depends_on
end

#ecs_properties_overrideTypes::EcsPropertiesOverride

Returns the value of attribute ecs_properties_override.



1598
1599
1600
# File 'sig/types.rbs', line 1598

def ecs_properties_override
  @ecs_properties_override
end

#eks_properties_overrideTypes::EksPropertiesOverride

Returns the value of attribute eks_properties_override.



1597
1598
1599
# File 'sig/types.rbs', line 1597

def eks_properties_override
  @eks_properties_override
end

#job_definition::String

Returns the value of attribute job_definition.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def job_definition
  @job_definition
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def job_name
  @job_name
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def job_queue
  @job_queue
end

#node_overridesTypes::NodeOverrides

Returns the value of attribute node_overrides.



1592
1593
1594
# File 'sig/types.rbs', line 1592

def node_overrides
  @node_overrides
end

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

Returns the value of attribute parameters.

Returns:

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


1590
1591
1592
# File 'sig/types.rbs', line 1590

def parameters
  @parameters
end

#propagate_tagsBoolean

Returns the value of attribute propagate_tags.

Returns:

  • (Boolean)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def propagate_tags
  @propagate_tags
end

#retry_strategyTypes::RetryStrategy

Returns the value of attribute retry_strategy.



1593
1594
1595
# File 'sig/types.rbs', line 1593

def retry_strategy
  @retry_strategy
end

#scheduling_priority_override::Integer

Returns the value of attribute scheduling_priority_override.

Returns:

  • (::Integer)


1586
1587
1588
# File 'sig/types.rbs', line 1586

def scheduling_priority_override
  @scheduling_priority_override
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def share_identifier
  @share_identifier
end

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

Returns the value of attribute tags.

Returns:

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


1596
1597
1598
# File 'sig/types.rbs', line 1596

def tags
  @tags
end

#timeoutTypes::JobTimeout

Returns the value of attribute timeout.

Returns:



1595
1596
1597
# File 'sig/types.rbs', line 1595

def timeout
  @timeout
end