Class: Aws::MarketplaceCatalog::Types::MachineLearningProductLastModifiedDateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::MachineLearningProductLastModifiedDateFilter
- 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
-
#date_range ⇒ Types::MachineLearningProductLastModifiedDateFilterDateRange
A date range to filter by.
Instance Attribute Details
#date_range ⇒ Types::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 |