Class: Aws::Types::DeleteStackInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStackInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#deletion_mode ⇒ "STANDARD", "FORCE_DELETE_STACK"
Returns the value of attribute deletion_mode.
-
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
-
#retain_resources ⇒ ::Array[::String]
Returns the value of attribute retain_resources.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
328 329 330 |
# File 'sig/types.rbs', line 328 def client_request_token @client_request_token end |
#deletion_mode ⇒ "STANDARD", "FORCE_DELETE_STACK"
Returns the value of attribute deletion_mode.
329 330 331 |
# File 'sig/types.rbs', line 329 def deletion_mode @deletion_mode end |
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
330 331 332 |
# File 'sig/types.rbs', line 330 def deployment_config @deployment_config end |
#retain_resources ⇒ ::Array[::String]
Returns the value of attribute retain_resources.
326 327 328 |
# File 'sig/types.rbs', line 326 def retain_resources @retain_resources end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def role_arn @role_arn end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
325 326 327 |
# File 'sig/types.rbs', line 325 def stack_name @stack_name end |