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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/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:



1675
1676
1677
1678
1679
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1675

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