Class: Aws::ApplicationInsights::Types::ListProblemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ListProblemsResponse
- 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.
-
#next_token ⇒ String
The token used to retrieve the next page of results.
-
#problem_list ⇒ Array<Types::Problem>
The list of problems.
-
#resource_group_name ⇒ String
The name of the resource group.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1215 class ListProblemsResponse < Struct.new( :problem_list, :next_token, :resource_group_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to retrieve the next page of results. This value is ‘null` when there are no more results to return.
1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1215 class ListProblemsResponse < Struct.new( :problem_list, :next_token, :resource_group_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#problem_list ⇒ Array<Types::Problem>
The list of problems.
1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1215 class ListProblemsResponse < Struct.new( :problem_list, :next_token, :resource_group_name, :account_id) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1215 class ListProblemsResponse < Struct.new( :problem_list, :next_token, :resource_group_name, :account_id) SENSITIVE = [] include Aws::Structure end |