Class: Aws::Types::UpdateSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
Instance Attribute Details
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def retention_period @retention_period end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def snapshot_name @snapshot_name end |