class Aws::Pricing::Types::GetProductsRequest
@note When making an API call, you may pass GetProductsRequest
data as a hash: { service_code: "String", filters: [ { type: "TERM_MATCH", # required, accepts TERM_MATCH field: "String", # required value: "String", # required }, ], format_version: "String", next_token: "String", max_results: 1, }
@!attribute [rw] service_code
The code for the service whose products you want to retrieve. @return [String]
@!attribute [rw] filters
The list of filters that limit the returned products. only products that match all filters are returned. @return [Array<Types::Filter>]
@!attribute [rw] format_version
The format version that you want the response to be in. Valid values are: `aws_v1` @return [String]
@!attribute [rw] next_token
The pagination token that indicates the next set of results that you want to retrieve. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in the response. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetProductsRequest AWS API Documentation
Constants
- SENSITIVE