Class: Aws::Types::CancelUpdateStackInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelUpdateStackInput
- 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.
-
#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.
94 95 96 |
# File 'sig/types.rbs', line 94 def client_request_token @client_request_token end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
93 94 95 |
# File 'sig/types.rbs', line 93 def stack_name @stack_name end |