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:



725
726
727
728
729
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 725

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