GetProductsRequest
public struct GetProductsRequest : AWSShape
extension Pricing.GetProductsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of filters that limit the returned products. only products that match all filters are returned.
Declaration
Swift
public let filters: [Filter]?
-
The format version that you want the response to be in. Valid values are: aws_v1
Declaration
Swift
public let formatVersion: String?
-
The maximum number of results to return in the response.
Declaration
Swift
public let maxResults: Int?
-
The pagination token that indicates the next set of results that you want to retrieve.
Declaration
Swift
public let nextToken: String?
-
The code for the service whose products you want to retrieve.
Declaration
Swift
public let serviceCode: String?
-
Undocumented
Declaration
Swift
public init(filters: [Filter]? = nil, formatVersion: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, serviceCode: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Pricing.GetProductsRequest