Class: Aws::ApplicationInsights::Types::DescribeProblemObservationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeProblemObservationsRequest
- 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 resource group owner.
-
#problem_id ⇒ String
The ID of the problem.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
741 742 743 744 745 746 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 741 class DescribeProblemObservationsRequest < Struct.new( :problem_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#problem_id ⇒ String
The ID of the problem.
741 742 743 744 745 746 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 741 class DescribeProblemObservationsRequest < Struct.new( :problem_id, :account_id) SENSITIVE = [] include Aws::Structure end |