Method: Aws::ApplicationInsights::Types::DescribeProblemRequest#account_id

Defined in:
lib/aws-sdk-applicationinsights/types.rb

#account_idString

The Amazon Web Services account ID for the owner of the resource group affected by the problem.

Returns:

  • (String)


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