Class: Aws::Types::ModifyClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def force @force end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def snapshot_identifier @snapshot_identifier end |