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.



1970
1971
1972
1973
1974
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1970

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