Class: Aws::DevOpsGuru::Types::ListInsightsOngoingStatusFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ListInsightsOngoingStatusFilter
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Used to filter for insights that have the status ONGOING
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
Use to filter for either
REACTIVE
orPROACTIVE
insights.
Instance Attribute Details
#type ⇒ String
Use to filter for either REACTIVE
or PROACTIVE
insights.
1836 1837 1838 1839 1840 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1836 class ListInsightsOngoingStatusFilter < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |