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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/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 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 740

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