Class: Aws::ConfigService::Types::PutRetentionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutRetentionConfigurationRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Note:
When making an API call, you may pass PutRetentionConfigurationRequest data as a hash:
{
retention_period_in_days: 1, # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention_period_in_days ⇒ Integer
Number of days Config stores your historical information.
Instance Attribute Details
#retention_period_in_days ⇒ Integer
Number of days Config stores your historical information.
7492 7493 7494 7495 7496 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7492 class PutRetentionConfigurationRequest < Struct.new( :retention_period_in_days) SENSITIVE = [] include Aws::Structure end |