Class: Aws::SageMakerGeospatial::Types::TimeRangeFilterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::TimeRangeFilterOutput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The output structure of the time range filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The ending time for the time range filter.
-
#start_time ⇒ Time
The starting time for the time range filter.
Instance Attribute Details
#end_time ⇒ Time
The ending time for the time range filter.
2320 2321 2322 2323 2324 2325 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2320 class TimeRangeFilterOutput < Struct.new( :end_time, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The starting time for the time range filter.
2320 2321 2322 2323 2324 2325 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2320 class TimeRangeFilterOutput < Struct.new( :end_time, :start_time) SENSITIVE = [] include Aws::Structure end |