Class: Aws::ApplicationInsights::Types::ListProblemsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID for the resource group owner.

Returns:

  • (String)


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_nameString

The name of the component.

Returns:

  • (String)


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_timeTime

The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.

Returns:

  • (Time)


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_resultsInteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned ‘NextToken` value.

Returns:

  • (Integer)


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_tokenString

The token to request the next page of results.

Returns:

  • (String)


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_nameString

The name of the resource group.

Returns:

  • (String)


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_timeTime

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.

Returns:

  • (Time)


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

#visibilityString

Specifies whether or not you can view the problem. If not specified, visible and ignored problems are returned.

Returns:

  • (String)


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