Class: Aws::Types::ProvisioningArtifactPreferences
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningArtifactPreferences
- 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_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.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def stack_set_accounts @stack_set_accounts end |
#stack_set_regions ⇒ ::Array[::String]
Returns the value of attribute stack_set_regions.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def stack_set_regions @stack_set_regions end |