Class: Aws::OpenSearchService::Types::InsightTimeRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fromInteger

The start of the time range, in epoch milliseconds.

Returns:

  • (Integer)


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

#toInteger

The end of the time range, in epoch milliseconds.

Returns:

  • (Integer)


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