Class: Aws::Types::ProvisioningPreferences
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningPreferences
- 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_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.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def stack_set_accounts @stack_set_accounts end |
#stack_set_failure_tolerance_count ⇒ ::Integer
Returns the value of attribute stack_set_failure_tolerance_count.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 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.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 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.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 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.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def stack_set_max_concurrency_percentage @stack_set_max_concurrency_percentage end |
#stack_set_regions ⇒ ::Array[::String]
Returns the value of attribute stack_set_regions.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def stack_set_regions @stack_set_regions end |