Class: Aws::Types::DeleteStackInstancesInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStackInstancesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
-
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
-
#deployment_targets ⇒ Types::DeploymentTargets
Returns the value of attribute deployment_targets.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#retain_stacks ⇒ Boolean
Returns the value of attribute retain_stacks.
-
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
Instance Attribute Details
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
336 337 338 |
# File 'sig/types.rbs', line 336 def accounts @accounts end |
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
342 343 344 |
# File 'sig/types.rbs', line 342 def call_as @call_as end |
#deployment_targets ⇒ Types::DeploymentTargets
Returns the value of attribute deployment_targets.
337 338 339 |
# File 'sig/types.rbs', line 337 def deployment_targets @deployment_targets end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
341 342 343 |
# File 'sig/types.rbs', line 341 def operation_id @operation_id end |
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
339 340 341 |
# File 'sig/types.rbs', line 339 def operation_preferences @operation_preferences end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
338 339 340 |
# File 'sig/types.rbs', line 338 def regions @regions end |
#retain_stacks ⇒ Boolean
Returns the value of attribute retain_stacks.
340 341 342 |
# File 'sig/types.rbs', line 340 def retain_stacks @retain_stacks end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
335 336 337 |
# File 'sig/types.rbs', line 335 def stack_set_name @stack_set_name end |