Class: Aws::DevOpsGuru::Types::StartTimeRange

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

Overview

A time range used to specify when the behavior of an insight or anomaly started.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_timeTime

The start time of the time range.

Returns:

  • (Time)


4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4453

class StartTimeRange < Struct.new(
  :from_time,
  :to_time)
  SENSITIVE = []
  include Aws::Structure
end

#to_timeTime

The end time of the time range.

Returns:

  • (Time)


4453
4454
4455
4456
4457
4458
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4453

class StartTimeRange < Struct.new(
  :from_time,
  :to_time)
  SENSITIVE = []
  include Aws::Structure
end