Class: Aws::MarketplaceCatalog::Types::OfferBuyerAccountsFilter

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

Overview

Allows filtering on the BuyerAccounts of an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#wild_card_valueString

Allows filtering on the BuyerAccounts of an offer with wild card input.

Returns:

  • (String)


1485
1486
1487
1488
1489
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1485

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