Class: Aws::ApplicationInsights::Types::DescribeProblemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeProblemRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID for the owner of the resource group affected by the problem.
-
#problem_id ⇒ String
The ID of the problem.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID for the owner of the resource group affected by the problem.
757 758 759 760 761 762 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 757 class DescribeProblemRequest < Struct.new( :problem_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#problem_id ⇒ String
The ID of the problem.
757 758 759 760 761 762 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 757 class DescribeProblemRequest < Struct.new( :problem_id, :account_id) SENSITIVE = [] include Aws::Structure end |