Class: Aws::Types::CancelUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelUpdateRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#update_id ⇒ ::String
Returns the value of attribute update_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
246 247 248 |
# File 'sig/types.rbs', line 246 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
244 245 246 |
# File 'sig/types.rbs', line 244 def name @name end |
#update_id ⇒ ::String
Returns the value of attribute update_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def update_id @update_id end |