You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::RetentionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in AWS Config.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the retention configuration object.

Returns:

  • (String)

    The name of the retention configuration object.

#retention_period_in_daysInteger

Number of days AWS Config stores your historical information.

Currently, only applicable to the configuration item history.

Returns:

  • (Integer)

    Number of days AWS Config stores your historical information.