RemediationFiltersResponse

data class RemediationFiltersResponse(val locations: List<String>? = null)

The filters that will be applied to determine which resources to remediate.

Constructors

Link copied to clipboard
constructor(locations: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locations: List<String>? = null

The resource locations that will be remediated.