Class: Aws::Types::JobExecutionsRolloutConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exponential_rateTypes::ExponentialRolloutRate

Returns the value of attribute exponential_rate.



2859
2860
2861
# File 'sig/types.rbs', line 2859

def exponential_rate
  @exponential_rate
end

#maximum_per_minute::Integer

Returns the value of attribute maximum_per_minute.

Returns:

  • (::Integer)


2858
2859
2860
# File 'sig/types.rbs', line 2858

def maximum_per_minute
  @maximum_per_minute
end