Class: Aws::Types::BatchParameters

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#array_propertiesTypes::BatchArrayProperties

Returns the value of attribute array_properties.



64
65
66
# File 'sig/types.rbs', line 64

def array_properties
  @array_properties
end

#job_definition::String

Returns the value of attribute job_definition.



62
63
64
# File 'sig/types.rbs', line 62

def job_definition
  @job_definition
end

#job_name::String

Returns the value of attribute job_name.



63
64
65
# File 'sig/types.rbs', line 63

def job_name
  @job_name
end

#retry_strategyTypes::BatchRetryStrategy

Returns the value of attribute retry_strategy.



65
66
67
# File 'sig/types.rbs', line 65

def retry_strategy
  @retry_strategy
end