Class: Aws::Types::ModifySnapshotCopyRetentionPeriodMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifySnapshotCopyRetentionPeriodMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#manual ⇒ Boolean
Returns the value of attribute manual.
-
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def cluster_identifier @cluster_identifier end |
#manual ⇒ Boolean
Returns the value of attribute manual.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def manual @manual end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def retention_period @retention_period end |