Class: Aws::MarketplaceCatalog::Types::DataProductLastModifiedDateFilter

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

Overview

Object that allows filtering based on the last modified date of data products.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::DataProductLastModifiedDateFilterDateRange

Dates between which the data product was last modified.



641
642
643
644
645
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 641

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