StorageLensGroupMatchObjectAge

data class StorageLensGroupMatchObjectAge(val daysGreaterThan: Int? = null, val daysLessThan: Int? = null)

Filter to match all of the specified values for the minimum and maximum object age.

Constructors

Link copied to clipboard
constructor(daysGreaterThan: Int? = null, daysLessThan: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val daysGreaterThan: Int? = null

Minimum object age to which the rule applies.

Link copied to clipboard
val daysLessThan: Int? = null

Maximum object age to which the rule applies.