Class: Aws::ConfigService::Types::PutRetentionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutRetentionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
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.
<note markdown=“1”> Currently, only applicable to the configuration item history.
</note>
6977 6978 6979 6980 6981 |
# File 'lib/aws-sdk-configservice/types.rb', line 6977 class PutRetentionConfigurationRequest < Struct.new( :retention_period_in_days) SENSITIVE = [] include Aws::Structure end |