Class: Aws::MarketplaceCatalog::Types::SaaSProductLastModifiedDateFilter

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 SaaS products

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::SaaSProductLastModifiedDateFilterDateRange

Dates between which the SaaS product was last modified.



2391
2392
2393
2394
2395
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2391

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