Class: Aws::MarketplaceCatalog::Types::OfferTargetingFilter

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

Overview

Allows filtering on the ‘Targeting` of an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value_listArray<String>

Allows filtering on the ‘Targeting` of an offer with list input.

Returns:

  • (Array<String>)


1785
1786
1787
1788
1789
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1785

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