Class: Aws::MarketplaceCatalog::Types::ContainerProductLastModifiedDateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::ContainerProductLastModifiedDateFilter
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
Object that allows filtering based on the last modified date of container products.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_range ⇒ Types::ContainerProductLastModifiedDateFilterDateRange
Dates between which the container product was last modified.
Instance Attribute Details
#date_range ⇒ Types::ContainerProductLastModifiedDateFilterDateRange
Dates between which the container product was last modified.
501 502 503 504 505 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 501 class ContainerProductLastModifiedDateFilter < Struct.new( :date_range) SENSITIVE = [] include Aws::Structure end |