Class: Aws::Types::PipeTargetBatchJobParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#array_propertiesTypes::BatchArrayProperties

Returns the value of attribute array_properties.



443
444
445
# File 'sig/types.rbs', line 443

def array_properties
  @array_properties
end

#container_overridesTypes::BatchContainerOverrides

Returns the value of attribute container_overrides.



445
446
447
# File 'sig/types.rbs', line 445

def container_overrides
  @container_overrides
end

#depends_on::Array[Types::BatchJobDependency]

Returns the value of attribute depends_on.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def depends_on
  @depends_on
end

#job_definition::String

Returns the value of attribute job_definition.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def job_definition
  @job_definition
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def job_name
  @job_name
end

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

Returns the value of attribute parameters.

Returns:

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


447
448
449
# File 'sig/types.rbs', line 447

def parameters
  @parameters
end

#retry_strategyTypes::BatchRetryStrategy

Returns the value of attribute retry_strategy.



444
445
446
# File 'sig/types.rbs', line 444

def retry_strategy
  @retry_strategy
end