RulePriorityPair

public struct RulePriorityPair : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The rule priority.

    Declaration

    Swift

    public let priority: Int?
  • The Amazon Resource Name (ARN) of the rule.

    Declaration

    Swift

    public let ruleArn: String?
  • Undocumented

    Declaration

    Swift

    public init(priority: Int? = nil, ruleArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws