Class: Aws::MarketplaceCatalog::Types::ResaleAuthorizationLastModifiedDateFilterDateRange

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

Overview

Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_valueString

Allows filtering on the LastModifiedDate of a ResaleAuthorization after a date.

Returns:

  • (String)


2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2026

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

#before_valueString

Allows filtering on the LastModifiedDate of a ResaleAuthorization before a date.

Returns:

  • (String)


2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2026

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