Class: Aws::Types::StackSetOperationPreferences
- Inherits:
-
Object
- Object
- Aws::Types::StackSetOperationPreferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#concurrency_mode ⇒ "STRICT_FAILURE_TOLERANCE", "SOFT_FAILURE_TOLERANCE"
Returns the value of attribute concurrency_mode.
-
#failure_tolerance_count ⇒ ::Integer
Returns the value of attribute failure_tolerance_count.
-
#failure_tolerance_percentage ⇒ ::Integer
Returns the value of attribute failure_tolerance_percentage.
-
#max_concurrent_count ⇒ ::Integer
Returns the value of attribute max_concurrent_count.
-
#max_concurrent_percentage ⇒ ::Integer
Returns the value of attribute max_concurrent_percentage.
-
#region_concurrency_type ⇒ "SEQUENTIAL", "PARALLEL"
Returns the value of attribute region_concurrency_type.
-
#region_order ⇒ ::Array[::String]
Returns the value of attribute region_order.
Instance Attribute Details
#concurrency_mode ⇒ "STRICT_FAILURE_TOLERANCE", "SOFT_FAILURE_TOLERANCE"
Returns the value of attribute concurrency_mode.
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.
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.
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.
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.
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.
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.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def region_order @region_order end |