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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


1692
1693
1694
1695
1696
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1692

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