Class: Aws::SageMakerGeospatial::Types::TimeRangeFilterInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

The input for the time-range filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time for the time-range filter.

Returns:

  • (Time)


2301
2302
2303
2304
2305
2306
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2301

class TimeRangeFilterInput < Struct.new(
  :end_time,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time for the time-range filter.

Returns:

  • (Time)


2301
2302
2303
2304
2305
2306
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2301

class TimeRangeFilterInput < Struct.new(
  :end_time,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end