Class: Aws::MarketplaceCatalog::Types::OfferAvailabilityEndDateFilterDateRange

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 with date range as input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_valueString

Allows filtering on the AvailabilityEndDate of an offer after a date.

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1469

class OfferAvailabilityEndDateFilterDateRange < Struct.new(
  :after_value,
  :before_value)
  SENSITIVE = []
  include Aws::Structure
end

#before_valueString

Allows filtering on the AvailabilityEndDate of an offer before a date.

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1469

class OfferAvailabilityEndDateFilterDateRange < Struct.new(
  :after_value,
  :before_value)
  SENSITIVE = []
  include Aws::Structure
end