Class: Aws::ApplicationInsights::Types::DescribeProblemObservationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Observations related to the problem.



740
741
742
743
744
# File 'lib/aws-sdk-applicationinsights/types.rb', line 740

class DescribeProblemObservationsResponse < Struct.new(
  :related_observations)
  SENSITIVE = []
  include Aws::Structure
end