ListNotificationRulesRequest

public struct ListNotificationRulesRequest : AWSShape
extension CodeStarNotifications.ListNotificationRulesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The filters to use to return information by service or resource type. For valid values, see ListNotificationRulesFilter. A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.

    Declaration

    Swift

    public let filters: [ListNotificationRulesFilter]?
  • A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.

    Declaration

    Swift

    public let maxResults: Int?
  • An enumeration token that, when provided in a request, returns the next batch of the results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(filters: [ListNotificationRulesFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws