Class: Aws::Types::BatchModifyClusterSnapshotsMessage
- Inherits:
-
Object
- Object
- Aws::Types::BatchModifyClusterSnapshotsMessage
- 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_list ⇒ ::Array[::String]
Returns the value of attribute snapshot_identifier_list.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
168 169 170 |
# File 'sig/types.rbs', line 168 def force @force end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
167 168 169 |
# File 'sig/types.rbs', line 167 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#snapshot_identifier_list ⇒ ::Array[::String]
Returns the value of attribute snapshot_identifier_list.
166 167 168 |
# File 'sig/types.rbs', line 166 def snapshot_identifier_list @snapshot_identifier_list end |