Class: Aws::ApplicationInsights::Types::ListProblemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ListProblemsRequest
- 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.
-
#component_name ⇒ String
The name of the component.
-
#end_time ⇒ Time
The time when the problem ended, in epoch seconds.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to request the next page of results.
-
#resource_group_name ⇒ String
The name of the resource group.
-
#start_time ⇒ Time
The time when the problem was detected, in epoch seconds.
-
#visibility ⇒ String
Specifies whether or not you can view the problem.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1183 class ListProblemsRequest < Struct.new( :account_id, :resource_group_name, :start_time, :end_time, :max_results, :next_token, :component_name, :visibility) SENSITIVE = [] include Aws::Structure end |
#component_name ⇒ String
The name of the component.
1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1183 class ListProblemsRequest < Struct.new( :account_id, :resource_group_name, :start_time, :end_time, :max_results, :next_token, :component_name, :visibility) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.
1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1183 class ListProblemsRequest < Struct.new( :account_id, :resource_group_name, :start_time, :end_time, :max_results, :next_token, :component_name, :visibility) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned ‘NextToken` value.
1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1183 class ListProblemsRequest < Struct.new( :account_id, :resource_group_name, :start_time, :end_time, :max_results, :next_token, :component_name, :visibility) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1183 class ListProblemsRequest < Struct.new( :account_id, :resource_group_name, :start_time, :end_time, :max_results, :next_token, :component_name, :visibility) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group.
1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1183 class ListProblemsRequest < Struct.new( :account_id, :resource_group_name, :start_time, :end_time, :max_results, :next_token, :component_name, :visibility) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when the problem was detected, in epoch seconds. If you don’t specify a time frame for the request, problems within the past seven days are returned.
1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1183 class ListProblemsRequest < Struct.new( :account_id, :resource_group_name, :start_time, :end_time, :max_results, :next_token, :component_name, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Specifies whether or not you can view the problem. If not specified, visible and ignored problems are returned.
1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1183 class ListProblemsRequest < Struct.new( :account_id, :resource_group_name, :start_time, :end_time, :max_results, :next_token, :component_name, :visibility) SENSITIVE = [] include Aws::Structure end |