Class: Aws::Types::StackSetOperationPreferences

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#concurrency_mode"STRICT_FAILURE_TOLERANCE", "SOFT_FAILURE_TOLERANCE"

Returns the value of attribute concurrency_mode.

Returns:

  • ("STRICT_FAILURE_TOLERANCE", "SOFT_FAILURE_TOLERANCE")


1915
1916
1917
# File 'sig/types.rbs', line 1915

def concurrency_mode
  @concurrency_mode
end

#failure_tolerance_count::Integer

Returns the value of attribute failure_tolerance_count.

Returns:

  • (::Integer)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def failure_tolerance_count
  @failure_tolerance_count
end

#failure_tolerance_percentage::Integer

Returns the value of attribute failure_tolerance_percentage.

Returns:

  • (::Integer)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def failure_tolerance_percentage
  @failure_tolerance_percentage
end

#max_concurrent_count::Integer

Returns the value of attribute max_concurrent_count.

Returns:

  • (::Integer)


1913
1914
1915
# File 'sig/types.rbs', line 1913

def max_concurrent_count
  @max_concurrent_count
end

#max_concurrent_percentage::Integer

Returns the value of attribute max_concurrent_percentage.

Returns:

  • (::Integer)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def max_concurrent_percentage
  @max_concurrent_percentage
end

#region_concurrency_type"SEQUENTIAL", "PARALLEL"

Returns the value of attribute region_concurrency_type.

Returns:

  • ("SEQUENTIAL", "PARALLEL")


1909
1910
1911
# File 'sig/types.rbs', line 1909

def region_concurrency_type
  @region_concurrency_type
end

#region_order::Array[::String]

Returns the value of attribute region_order.

Returns:

  • (::Array[::String])


1910
1911
1912
# File 'sig/types.rbs', line 1910

def region_order
  @region_order
end