Class: Aws::ApplicationInsights::Types::ListProblemsResponse

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 resource group owner.

Returns:

  • (String)


1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1196

class ListProblemsResponse < Struct.new(
  :problem_list,
  :next_token,
  :resource_group_name,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token used to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1196

class ListProblemsResponse < Struct.new(
  :problem_list,
  :next_token,
  :resource_group_name,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#problem_listArray<Types::Problem>

The list of problems.

Returns:



1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1196

class ListProblemsResponse < Struct.new(
  :problem_list,
  :next_token,
  :resource_group_name,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1196

class ListProblemsResponse < Struct.new(
  :problem_list,
  :next_token,
  :resource_group_name,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end