Class: Aws::MarketplaceCatalog::Types::ResaleAuthorizationLastModifiedDateFilterDateRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::ResaleAuthorizationLastModifiedDateFilterDateRange
- 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
-
#after_value ⇒ String
Allows filtering on the
LastModifiedDateof a ResaleAuthorization after a date. -
#before_value ⇒ String
Allows filtering on the
LastModifiedDateof a ResaleAuthorization before a date.
Instance Attribute Details
#after_value ⇒ String
Allows filtering on the LastModifiedDate of a ResaleAuthorization
after a date.
2518 2519 2520 2521 2522 2523 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2518 class ResaleAuthorizationLastModifiedDateFilterDateRange < Struct.new( :after_value, :before_value) SENSITIVE = [] include Aws::Structure end |
#before_value ⇒ String
Allows filtering on the LastModifiedDate of a ResaleAuthorization
before a date.
2518 2519 2520 2521 2522 2523 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 2518 class ResaleAuthorizationLastModifiedDateFilterDateRange < Struct.new( :after_value, :before_value) SENSITIVE = [] include Aws::Structure end |