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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



81
82
83
84
85
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 81

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