ManagedRuleGroupSummary

public struct ManagedRuleGroupSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the managed rule group, provided by AWS Managed Rules or the AWS Marketplace seller who manages it.

    Declaration

    Swift

    public let description: String?
  • The name of the managed rule group. You use this, along with the vendor name, to identify the rule group.

    Declaration

    Swift

    public let name: String?
  • The name of the managed rule group vendor. You use this, along with the rule group name, to identify the rule group.

    Declaration

    Swift

    public let vendorName: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, name: String? = nil, vendorName: String? = nil)