Class: Aws::ApplicationInsights::Types::RelatedObservations

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#observation_listArray<Types::Observation>

The list of observations related to the problem.

Returns:



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