GetRegexPatternSetRequest

public struct GetRegexPatternSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The RegexPatternSetId of the RegexPatternSet that you want to get. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.

    Declaration

    Swift

    public let regexPatternSetId: String
  • Undocumented

    Declaration

    Swift

    public init(regexPatternSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws