Class: Aws::DevOpsGuru::Types::InsightTimeRange

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

Overview

A time ranged that specifies when the observed behavior in an insight started and ended.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time when the behavior described in an insight ended.

Returns:

  • (Time)


1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1441

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

#start_timeTime

The time when the behavior described in an insight started.

Returns:

  • (Time)


1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1441

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