CreateRegexPatternSetResponse
public struct CreateRegexPatternSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
High-level information about a RegexPatternSet, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RegexPatternSet, and the ARN, that you provide to the RegexPatternSetReferenceStatement to use the pattern set in a Rule.
Declaration
Swift
public let summary: RegexPatternSetSummary?
-
Undocumented
Declaration
Swift
public init(summary: RegexPatternSetSummary? = nil)