Class: Aws::ConfigService::Types::PutRetentionConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retention_period_in_daysInteger

Number of days Config stores your historical information.

Currently, only applicable to the configuration item history.

Returns:

  • (Integer)


6978
6979
6980
6981
6982
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6978

class PutRetentionConfigurationRequest < Struct.new(
  :retention_period_in_days)
  SENSITIVE = []
  include Aws::Structure
end