Class: Aws::Types::RollingUpdatePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_batch_sizeTypes::CapacitySize

Returns the value of attribute maximum_batch_size.

Returns:



10634
10635
10636
# File 'sig/types.rbs', line 10634

def maximum_batch_size
  @maximum_batch_size
end

#maximum_execution_timeout_in_seconds::Integer

Returns the value of attribute maximum_execution_timeout_in_seconds.

Returns:

  • (::Integer)


10636
10637
10638
# File 'sig/types.rbs', line 10636

def maximum_execution_timeout_in_seconds
  @maximum_execution_timeout_in_seconds
end

#rollback_maximum_batch_sizeTypes::CapacitySize

Returns the value of attribute rollback_maximum_batch_size.

Returns:



10637
10638
10639
# File 'sig/types.rbs', line 10637

def rollback_maximum_batch_size
  @rollback_maximum_batch_size
end

#wait_interval_in_seconds::Integer

Returns the value of attribute wait_interval_in_seconds.

Returns:

  • (::Integer)


10635
10636
10637
# File 'sig/types.rbs', line 10635

def wait_interval_in_seconds
  @wait_interval_in_seconds
end