Class: Aws::MarketplaceCatalog::Types::OfferReleaseDateFilter

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

Overview

Allows filtering on the ‘ReleaseDate` of an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::OfferReleaseDateFilterDateRange

Allows filtering on the ‘ReleaseDate` of an offer with date range as input.



1649
1650
1651
1652
1653
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1649

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