GetXssMatchSetRequest

public struct GetXssMatchSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

    Declaration

    Swift

    public let xssMatchSetId: String
  • Undocumented

    Declaration

    Swift

    public init(xssMatchSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws