Class: Aws::ApplicationInsights::Types::DescribeProblemResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationinsights/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#problemTypes::Problem

Information about the problem.

Returns:



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_arnString

The SNS notification topic ARN of the problem.

Returns:

  • (String)


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