Class: Aws::DevOpsGuru::Types::DescribeInsightResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeInsightResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proactive_insight ⇒ Types::ProactiveInsight
A ‘ProactiveInsight` object that represents the requested insight.
-
#reactive_insight ⇒ Types::ReactiveInsight
A ‘ReactiveInsight` object that represents the requested insight.
Instance Attribute Details
#proactive_insight ⇒ Types::ProactiveInsight
A ‘ProactiveInsight` object that represents the requested insight.
798 799 800 801 802 803 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 798 class DescribeInsightResponse < Struct.new( :proactive_insight, :reactive_insight) SENSITIVE = [] include Aws::Structure end |
#reactive_insight ⇒ Types::ReactiveInsight
A ‘ReactiveInsight` object that represents the requested insight.
798 799 800 801 802 803 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 798 class DescribeInsightResponse < Struct.new( :proactive_insight, :reactive_insight) SENSITIVE = [] include Aws::Structure end |