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)


22715
22716
22717
22718
22719
22720
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22715

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)


22715
22716
22717
22718
22719
22720
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22715

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