Class: Aws::WorkDocs::Types::DateRangeType
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DateRangeType
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Filters results based on timestamp range (in epochs).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_value ⇒ Time
Timestamp range end value (in epochs).
-
#start_value ⇒ Time
Timestamp range start value (in epochs).
Instance Attribute Details
#end_value ⇒ Time
Timestamp range end value (in epochs).
584 585 586 587 588 589 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 584 class DateRangeType < Struct.new( :start_value, :end_value) SENSITIVE = [] include Aws::Structure end |
#start_value ⇒ Time
Timestamp range start value (in epochs)
584 585 586 587 588 589 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 584 class DateRangeType < Struct.new( :start_value, :end_value) SENSITIVE = [] include Aws::Structure end |