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.
265 266 267 |
# File 'sig/types.rbs', line 265 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
263 264 265 |
# File 'sig/types.rbs', line 263 def name @name end |
#update_id ⇒ ::String
Returns the value of attribute update_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def update_id @update_id end |