Aws Macie Allow List Properties Response
data class AwsMacieAllowListPropertiesResponse(val arn: String? = null, val criteria: CriteriaResponse? = null, val description: String? = null, val id: String? = null, val name: String? = null, val status: String? = null, val tags: List<TagResponse>? = null)
Definition of awsMacieAllowList
Constructors
Link copied to clipboard
constructor(arn: String? = null, criteria: CriteriaResponse? = null, description: String? = null, id: String? = null, name: String? = null, status: String? = null, tags: List<TagResponse>? = null)