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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


26750
26751
26752
26753
26754
26755
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26750

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)


26750
26751
26752
26753
26754
26755
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26750

class TimestampFilter < Struct.new(
  :recorded_before,
  :recorded_after)
  SENSITIVE = []
  include Aws::Structure
end