Class: Aws::MarketplaceCatalog::Types::AmiProductLastModifiedDateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::AmiProductLastModifiedDateFilter
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
Object that allows filtering based on the last modified date of AMI products.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_range ⇒ Types::AmiProductLastModifiedDateFilterDateRange
Dates between which the AMI product was last modified.
Instance Attribute Details
#date_range ⇒ Types::AmiProductLastModifiedDateFilterDateRange
Dates between which the AMI product was last modified.
82 83 84 85 86 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 82 class AmiProductLastModifiedDateFilter < Struct.new( :date_range) SENSITIVE = [] include Aws::Structure end |