Class: Aws::ApplicationInsights::Types::RelatedObservations
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::RelatedObservations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Describes observations related to the problem.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#observation_list ⇒ Array<Types::Observation>
The list of observations related to the problem.
Instance Attribute Details
#observation_list ⇒ Array<Types::Observation>
The list of observations related to the problem.
1700 1701 1702 1703 1704 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1700 class RelatedObservations < Struct.new( :observation_list) SENSITIVE = [] include Aws::Structure end |