Class: Aws::ApplicationInsights::Types::DescribeProblemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeProblemResponse
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#problem ⇒ Types::Problem
Information about the problem.
Instance Attribute Details
#problem ⇒ Types::Problem
Information about the problem.
770 771 772 773 774 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 770 class DescribeProblemResponse < Struct.new( :problem) SENSITIVE = [] include Aws::Structure end |