Class: Aws::ApplicationInsights::Types::DescribeProblemObservationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeProblemObservationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#related_observations ⇒ Types::RelatedObservations
Observations related to the problem.
Instance Attribute Details
#related_observations ⇒ Types::RelatedObservations
Observations related to the problem.
754 755 756 757 758 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 754 class DescribeProblemObservationsResponse < Struct.new( :related_observations) SENSITIVE = [] include Aws::Structure end |