Class: Aws::ApplicationInsights::Types::DescribeObservationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeObservationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#observation ⇒ Types::Observation
Information about the observation.
Instance Attribute Details
#observation ⇒ Types::Observation
Information about the observation.
711 712 713 714 715 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 711 class DescribeObservationResponse < Struct.new( :observation) SENSITIVE = [] include Aws::Structure end |