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)


6950
6951
6952
6953
6954
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6950

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