Class: Aws::MarketplaceCatalog::Types::OfferAvailabilityEndDateFilter

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

Overview

Allows filtering on the AvailabilityEndDate of an offer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::OfferAvailabilityEndDateFilterDateRange

Allows filtering on the AvailabilityEndDate of an offer with date range as input.



1448
1449
1450
1451
1452
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1448

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