Class: Aws::MarketplaceCatalog::Types::OfferReleaseDateFilterDateRange

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

Overview

Allows filtering on the ‘ReleaseDate` 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 ‘ReleaseDate` of offers after a date.

Returns:

  • (String)


1668
1669
1670
1671
1672
1673
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1668

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

#before_valueString

Allows filtering on the ‘ReleaseDate` of offers before a date.

Returns:

  • (String)


1668
1669
1670
1671
1672
1673
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1668

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