Class: Aws::Types::PutRetentionSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutRetentionSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initiate_deletion_timestamp ⇒ ::Time
Returns the value of attribute initiate_deletion_timestamp.
-
#retention_settings ⇒ Types::RetentionSettings
Returns the value of attribute retention_settings.
Instance Attribute Details
#initiate_deletion_timestamp ⇒ ::Time
Returns the value of attribute initiate_deletion_timestamp.
675 676 677 |
# File 'sig/types.rbs', line 675 def end |
#retention_settings ⇒ Types::RetentionSettings
Returns the value of attribute retention_settings.
674 675 676 |
# File 'sig/types.rbs', line 674 def retention_settings @retention_settings end |