Class: Aws::Types::DescribeInsightResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInsightResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proactive_insight ⇒ Types::ProactiveInsight
Returns the value of attribute proactive_insight.
-
#reactive_insight ⇒ Types::ReactiveInsight
Returns the value of attribute reactive_insight.
Instance Attribute Details
#proactive_insight ⇒ Types::ProactiveInsight
Returns the value of attribute proactive_insight.
217 218 219 |
# File 'sig/types.rbs', line 217 def proactive_insight @proactive_insight end |
#reactive_insight ⇒ Types::ReactiveInsight
Returns the value of attribute reactive_insight.
218 219 220 |
# File 'sig/types.rbs', line 218 def reactive_insight @reactive_insight end |