Class: Aws::MarketplaceCatalog::Types::MachineLearningProductLastModifiedDateFilter

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

Overview

The filter for machine learning product last modified date.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::MachineLearningProductLastModifiedDateFilterDateRange

A date range to filter by. The operation returns machine learning products with last modified dates that fall within this range.



1555
1556
1557
1558
1559
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1555

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