ListTargetsRequest
public struct ListTargetsRequest : AWSShape
extension CodeStarNotifications.ListTargetsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status. 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: [ListTargetsFilter]? -
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: [ListTargetsFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeStarNotifications.ListTargetsRequest
View on GitHub
ListTargetsRequest Structure Reference