Class: Aws::Types::UpdateProvisioningPreferences
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProvisioningPreferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stack_set_accounts ⇒ ::Array[::String]
Returns the value of attribute stack_set_accounts.
-
#stack_set_failure_tolerance_count ⇒ ::Integer
Returns the value of attribute stack_set_failure_tolerance_count.
-
#stack_set_failure_tolerance_percentage ⇒ ::Integer
Returns the value of attribute stack_set_failure_tolerance_percentage.
-
#stack_set_max_concurrency_count ⇒ ::Integer
Returns the value of attribute stack_set_max_concurrency_count.
-
#stack_set_max_concurrency_percentage ⇒ ::Integer
Returns the value of attribute stack_set_max_concurrency_percentage.
-
#stack_set_operation_type ⇒ "CREATE", ...
Returns the value of attribute stack_set_operation_type.
-
#stack_set_regions ⇒ ::Array[::String]
Returns the value of attribute stack_set_regions.
Instance Attribute Details
#stack_set_accounts ⇒ ::Array[::String]
Returns the value of attribute stack_set_accounts.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def stack_set_accounts @stack_set_accounts end |
#stack_set_failure_tolerance_count ⇒ ::Integer
Returns the value of attribute stack_set_failure_tolerance_count.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def stack_set_failure_tolerance_count @stack_set_failure_tolerance_count end |
#stack_set_failure_tolerance_percentage ⇒ ::Integer
Returns the value of attribute stack_set_failure_tolerance_percentage.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def stack_set_failure_tolerance_percentage @stack_set_failure_tolerance_percentage end |
#stack_set_max_concurrency_count ⇒ ::Integer
Returns the value of attribute stack_set_max_concurrency_count.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def stack_set_max_concurrency_count @stack_set_max_concurrency_count end |
#stack_set_max_concurrency_percentage ⇒ ::Integer
Returns the value of attribute stack_set_max_concurrency_percentage.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def stack_set_max_concurrency_percentage @stack_set_max_concurrency_percentage end |
#stack_set_operation_type ⇒ "CREATE", ...
Returns the value of attribute stack_set_operation_type.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def stack_set_operation_type @stack_set_operation_type end |
#stack_set_regions ⇒ ::Array[::String]
Returns the value of attribute stack_set_regions.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def stack_set_regions @stack_set_regions end |