Class: Aws::ApplicationInsights::Types::DescribeObservationResponse

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

#observationTypes::Observation

Information about the observation.

Returns:



711
712
713
714
715
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 711

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