ListRulesRequest

public struct ListRulesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Limits the results to show only the rules associated with the specified event bus.

    Declaration

    Swift

    public let eventBusName: String?
  • The maximum number of results to return.

    Declaration

    Swift

    public let limit: Int?
  • The prefix matching the rule name.

    Declaration

    Swift

    public let namePrefix: String?
  • The token returned by a previous call to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(eventBusName: String? = nil, limit: Int? = nil, namePrefix: String? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws