StorageLensGroupMatchObjectSize

data class StorageLensGroupMatchObjectSize(val bytesGreaterThan: Int? = null, val bytesLessThan: Int? = null)

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

Constructors

Link copied to clipboard
constructor(bytesGreaterThan: Int? = null, bytesLessThan: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bytesGreaterThan: Int? = null

Minimum object size to which the rule applies.

Link copied to clipboard
val bytesLessThan: Int? = null

Maximum object size to which the rule applies.