Class: Aws::Types::RollbackStackInput
- Inherits:
-
Object
- Object
- Aws::Types::RollbackStackInput
- 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.
-
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
-
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
-
#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.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def client_request_token @client_request_token end |
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def deployment_config @deployment_config end |
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def retain_except_on_create @retain_except_on_create end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def role_arn @role_arn end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def stack_name @stack_name end |