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

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



1570
1571
1572
1573
1574
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1570

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