Class: Aws::ApplicationInsights::Types::DescribeProblemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeProblemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#problem ⇒ Types::Problem
Information about the problem.
-
#sns_notification_arn ⇒ String
The SNS notification topic ARN of the problem.
Instance Attribute Details
#problem ⇒ Types::Problem
Information about the problem.
788 789 790 791 792 793 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 788 class DescribeProblemResponse < Struct.new( :problem, :sns_notification_arn) SENSITIVE = [] include Aws::Structure end |
#sns_notification_arn ⇒ String
The SNS notification topic ARN of the problem.
788 789 790 791 792 793 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 788 class DescribeProblemResponse < Struct.new( :problem, :sns_notification_arn) SENSITIVE = [] include Aws::Structure end |