Class: Aws::MarketplaceCatalog::Types::OfferProductIdFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb

Overview

Allows filtering on the ProductId of an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value_listArray<String>

Allows filtering on the ProductId of an offer with list input.

Returns:

  • (Array<String>)


1634
1635
1636
1637
1638
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1634

class OfferProductIdFilter < Struct.new(
  :value_list)
  SENSITIVE = []
  include Aws::Structure
end