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

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)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1164

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)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1164

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)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1164

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)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1164

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)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1164

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)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1164

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)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1164

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)


1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1164

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