Class: Aws::DevOpsGuru::Types::EndTimeRange

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

Overview

A range of time that specifies when anomalous behavior in an anomaly or insight ended.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_timeTime

The earliest end time in the time range.

Returns:

  • (Time)


1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1145

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

#to_timeTime

The latest end time in the time range.

Returns:

  • (Time)


1145
1146
1147
1148
1149
1150
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1145

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