Class: Aws::Types::UpdateSnapshotCopyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSnapshotCopyConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snapshot_copy_configuration_id ⇒ ::String
Returns the value of attribute snapshot_copy_configuration_id.
-
#snapshot_retention_period ⇒ ::Integer
Returns the value of attribute snapshot_retention_period.
Instance Attribute Details
#snapshot_copy_configuration_id ⇒ ::String
Returns the value of attribute snapshot_copy_configuration_id.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def snapshot_copy_configuration_id @snapshot_copy_configuration_id end |
#snapshot_retention_period ⇒ ::Integer
Returns the value of attribute snapshot_retention_period.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def snapshot_retention_period @snapshot_retention_period end |