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