Class: Aws::Types::BatchParameters

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.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def array_properties
  @array_properties
end

#job_definition::String

Returns the value of attribute job_definition.

Returns:



54
55
56
# File 'sig/types.rbs', line 54

def job_definition
  @job_definition
end

#job_name::String

Returns the value of attribute job_name.

Returns:



55
56
57
# File 'sig/types.rbs', line 55

def job_name
  @job_name
end

#retry_strategyTypes::BatchRetryStrategy

Returns the value of attribute retry_strategy.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def retry_strategy
  @retry_strategy
end