Class: Aws::ApplicationInsights::Types::DescribeProblemRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID for the owner of the resource group affected by the problem.

Returns:

  • (String)


757
758
759
760
761
762
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 757

class DescribeProblemRequest < Struct.new(
  :problem_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#problem_idString

The ID of the problem.

Returns:

  • (String)


757
758
759
760
761
762
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 757

class DescribeProblemRequest < Struct.new(
  :problem_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end