Class: Aws::MarketplaceCatalog::Types::AmiProductLastModifiedDateFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#date_rangeTypes::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