Class: Aws::MarketplaceCatalog::Types::OfferNameFilter

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

Overview

Allows filtering on the ‘Name` of an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value_listArray<String>

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

Returns:

  • (Array<String>)


1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1619

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

#wild_card_valueString

Allows filtering on the ‘Name` of an offer with wild card input.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1619

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