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 Amazon Web Services 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 Amazon Web Services account ID for the owner of the resource group affected by the problem.
771 772 773 774 775 776 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 771 class DescribeProblemRequest < Struct.new( :problem_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#problem_id ⇒ String
The ID of the problem.
771 772 773 774 775 776 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 771 class DescribeProblemRequest < Struct.new( :problem_id, :account_id) SENSITIVE = [] include Aws::Structure end |