Class: Aws::DevOpsGuru::Types::DescribeInsightResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proactive_insightTypes::ProactiveInsight

A ProactiveInsight object that represents the requested insight.



798
799
800
801
802
803
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 798

class DescribeInsightResponse < Struct.new(
  :proactive_insight,
  :reactive_insight)
  SENSITIVE = []
  include Aws::Structure
end

#reactive_insightTypes::ReactiveInsight

A ReactiveInsight object that represents the requested insight.



798
799
800
801
802
803
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 798

class DescribeInsightResponse < Struct.new(
  :proactive_insight,
  :reactive_insight)
  SENSITIVE = []
  include Aws::Structure
end