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>
7441 7442 7443 7444 7445 |
# File 'lib/aws-sdk-configservice/types.rb', line 7441 class PutRetentionConfigurationRequest < Struct.new( :retention_period_in_days) SENSITIVE = [] include Aws::Structure end |