Get Allow List Result
data class GetAllowListResult(val arn: String? = null, val criteria: AllowListCriteria? = null, val description: String? = null, val id: String? = null, val name: String? = null, val status: AllowListStatus? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, criteria: AllowListCriteria? = null, description: String? = null, id: String? = null, name: String? = null, status: AllowListStatus? = null, tags: List<Tag>? = null)