Class: Aws::OpenSearchService::Types::InsightTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InsightTimeRange
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Specifies the time range for filtering insights.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from ⇒ Integer
The start of the time range, in epoch milliseconds.
-
#to ⇒ Integer
The end of the time range, in epoch milliseconds.
Instance Attribute Details
#from ⇒ Integer
The start of the time range, in epoch milliseconds.
5403 5404 5405 5406 5407 5408 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5403 class InsightTimeRange < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |
#to ⇒ Integer
The end of the time range, in epoch milliseconds.
5403 5404 5405 5406 5407 5408 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5403 class InsightTimeRange < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |