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.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def retention_period @retention_period end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def snapshot_name @snapshot_name end |