Class: Aws::MarketplaceCatalog::Types::OfferLastModifiedDateFilter

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

Overview

Allows filtering on the LastModifiedDate of an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::OfferLastModifiedDateFilterDateRange

Allows filtering on the LastModifiedDate of an offer with date range as input.



1580
1581
1582
1583
1584
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1580

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