Get Regex Pattern Set Result
data class GetRegexPatternSetResult(val arn: String, val description: String, val id: String, val name: String, val regularExpressions: List<GetRegexPatternSetRegularExpression>, val scope: String)
A collection of values returned by getRegexPatternSet.
Constructors
Link copied to clipboard
fun GetRegexPatternSetResult(arn: String, description: String, id: String, name: String, regularExpressions: List<GetRegexPatternSetRegularExpression>, scope: String)