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

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

Overview

Note:

When making an API call, you may pass PutRetentionConfigurationRequest data as a hash:

{
  retention_period_in_days: 1, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#retention_period_in_daysInteger

Number of days AWS Config stores your historical information.

<note markdown=“1”> Currently, only applicable to the configuration item history.

</note>

Returns:

  • (Integer)


3528
3529
3530
3531
# File 'lib/aws-sdk-configservice/types.rb', line 3528

class PutRetentionConfigurationRequest < Struct.new(
  :retention_period_in_days)
  include Aws::Structure
end