Class: Aws::Glue::Types::TimestampFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TimestampFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A timestamp filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recorded_after ⇒ Time
The timestamp after which statistics should be included in the results.
-
#recorded_before ⇒ Time
The timestamp before which statistics should be included in the results.
Instance Attribute Details
#recorded_after ⇒ Time
The timestamp after which statistics should be included in the results.
25871 25872 25873 25874 25875 25876 |
# File 'lib/aws-sdk-glue/types.rb', line 25871 class TimestampFilter < Struct.new( :recorded_before, :recorded_after) SENSITIVE = [] include Aws::Structure end |
#recorded_before ⇒ Time
The timestamp before which statistics should be included in the results.
25871 25872 25873 25874 25875 25876 |
# File 'lib/aws-sdk-glue/types.rb', line 25871 class TimestampFilter < Struct.new( :recorded_before, :recorded_after) SENSITIVE = [] include Aws::Structure end |