Class: Aws::Types::PutRetentionSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRetentionSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#retention_settings ⇒ Types::RetentionSettings
Returns the value of attribute retention_settings.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
668 669 670 |
# File 'sig/types.rbs', line 668 def account_id @account_id end |
#retention_settings ⇒ Types::RetentionSettings
Returns the value of attribute retention_settings.
669 670 671 |
# File 'sig/types.rbs', line 669 def retention_settings @retention_settings end |