RegexPatternSet

public struct RegexPatternSet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the entity.

    Declaration

    Swift

    public let arn: String?
  • A description of the set that helps with identification. You cannot change the description of a set after you create it.

    Declaration

    Swift

    public let description: String?
  • id

    A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

    Declaration

    Swift

    public let id: String?
  • The name of the set. You cannot change the name after you create the set.

    Declaration

    Swift

    public let name: String?
  • The regular expression patterns in the set.

    Declaration

    Swift

    public let regularExpressionList: [Regex]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, description: String? = nil, id: String? = nil, name: String? = nil, regularExpressionList: [Regex]? = nil)