Class: Aws::Types::DeleteBackupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBackupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
Instance Attribute Details
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def backup_id @backup_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
641 642 643 |
# File 'sig/types.rbs', line 641 def client_request_token @client_request_token end |