GetRegexPatternSetResult

data class GetRegexPatternSetResult(val arn: String? = null, val description: String? = null, val id: String? = null, val regularExpressionList: List<String>? = null, val tags: List<RegexPatternSetTag>? = null)

Constructors

Link copied to clipboard
fun GetRegexPatternSetResult(arn: String? = null, description: String? = null, id: String? = null, regularExpressionList: List<String>? = null, tags: List<RegexPatternSetTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

ARN of the WAF entity.

Link copied to clipboard
val description: String? = null

Description of the entity.

Link copied to clipboard
val id: String? = null

Id of the RegexPatternSet

Link copied to clipboard
Link copied to clipboard