Class: Aws::Types::DeleteSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSnapshotRequest
- 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.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
733 734 735 |
# File 'sig/types.rbs', line 733 def client_request_token @client_request_token end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
734 735 736 |
# File 'sig/types.rbs', line 734 def snapshot_id @snapshot_id end |