Class: Aws::Types::ContinueUpdateRollbackInput
- Inherits:
-
Object
- Object
- Aws::Types::ContinueUpdateRollbackInput
- 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.
-
#resources_to_skip ⇒ ::Array[::String]
Returns the value of attribute resources_to_skip.
-
#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.
155 156 157 |
# File 'sig/types.rbs', line 155 def client_request_token @client_request_token end |
#resources_to_skip ⇒ ::Array[::String]
Returns the value of attribute resources_to_skip.
154 155 156 |
# File 'sig/types.rbs', line 154 def resources_to_skip @resources_to_skip end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
153 154 155 |
# File 'sig/types.rbs', line 153 def role_arn @role_arn end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
152 153 154 |
# File 'sig/types.rbs', line 152 def stack_name @stack_name end |