Class: Aws::Types::GetRetentionSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRetentionSettingsResponse
- 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.
389 390 391 |
# File 'sig/types.rbs', line 389 def @initiate_deletion_timestamp end |
#retention_settings ⇒ Types::RetentionSettings
Returns the value of attribute retention_settings.
388 389 390 |
# File 'sig/types.rbs', line 388 def retention_settings @retention_settings end |