Class: Aws::DevOpsGuru::Types::ListInsightsAnyStatusFilter

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 any status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#start_time_rangeTypes::StartTimeRange

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



1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1801

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

#typeString

Use to filter for either REACTIVE or PROACTIVE insights.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1801

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