Class: Aws::MarketplaceCatalog::Types::OfferStateFilter

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

Overview

Allows filtering on the State of an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value_listArray<String>

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

Returns:

  • (Array<String>)


1722
1723
1724
1725
1726
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1722

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