GetProductsResponse

public struct GetProductsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The format version of the response. For example, aws_v1.

    Declaration

    Swift

    public let formatVersion: String?
  • The pagination token that indicates the next set of results to retrieve.

    Declaration

    Swift

    public let nextToken: String?
  • The list of products that match your filters. The list contains both the product metadata and the price information.

    Declaration

    Swift

    public let priceList: [String]?
  • Undocumented

    Declaration

    Swift

    public init(formatVersion: String? = nil, nextToken: String? = nil, priceList: [String]? = nil)