Class: Aws::Glue::Types::TimestampFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A timestamp filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recorded_afterTime

The timestamp after which statistics should be included in the results.

Returns:

  • (Time)


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_beforeTime

The timestamp before which statistics should be included in the results.

Returns:

  • (Time)


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