ByteMatchSetSummary

public struct ByteMatchSetSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

    Declaration

    Swift

    public let byteMatchSetId: String
  • A friendly name or description of the ByteMatchSet. You can’t change Name after you create a ByteMatchSet.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(byteMatchSetId: String, name: String)