Class: Aws::MarketplaceCatalog::Types::ResaleAuthorizationLastModifiedDateFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacecatalog/types.rb

Overview

Allows filtering on the ‘LastModifiedDate` of a ResaleAuthorization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::ResaleAuthorizationLastModifiedDateFilterDateRange

Allows filtering on the ‘LastModifiedDate` of a ResaleAuthorization with date range as input.



2005
2006
2007
2008
2009
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 2005

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