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.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def force @force end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def snapshot_identifier @snapshot_identifier end |