Class: Aws::MarketplaceCatalog::Types::ResaleAuthorizationAvailabilityEndDateFilterDateRange

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_valueString

Allows filtering on ‘AvailabilityEndDate` of a ResaleAuthorization after a date.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1849

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

#before_valueString

Allows filtering on ‘AvailabilityEndDate` of a ResaleAuthorization before a date.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 1849

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