Class: Aws::DevOpsGuru::Types::ListInsightsClosedStatusFilter

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

Overview

Used to filter for insights that have the status CLOSED.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_time_rangeTypes::EndTimeRange

A time range used to specify when the behavior of the filtered insights ended.

Returns:



1821
1822
1823
1824
1825
1826
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1821

class ListInsightsClosedStatusFilter < Struct.new(
  :type,
  :end_time_range)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Use to filter for either REACTIVE or PROACTIVE insights.

Returns:

  • (String)


1821
1822
1823
1824
1825
1826
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1821

class ListInsightsClosedStatusFilter < Struct.new(
  :type,
  :end_time_range)
  SENSITIVE = []
  include Aws::Structure
end