Class: Aws::BCMPricingCalculator::Types::FilterTimestamp
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::FilterTimestamp
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a time-based filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_timestamp ⇒ Time
Include results after this timestamp.
-
#before_timestamp ⇒ Time
Include results before this timestamp.
Instance Attribute Details
#after_timestamp ⇒ Time
Include results after this timestamp.
2016 2017 2018 2019 2020 2021 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2016 class FilterTimestamp < Struct.new( :after_timestamp, :before_timestamp) SENSITIVE = [] include Aws::Structure end |
#before_timestamp ⇒ Time
Include results before this timestamp.
2016 2017 2018 2019 2020 2021 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2016 class FilterTimestamp < Struct.new( :after_timestamp, :before_timestamp) SENSITIVE = [] include Aws::Structure end |