Class: Aws::Types::UpdateSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSnapshotRequest
- 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.
-
#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.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def name @name end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def snapshot_id @snapshot_id end |