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

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



2237
2238
2239
2240
2241
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 2237

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