Class: Aws::ApplicationInsights::Types::Problem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::Problem
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Describes a problem that is detected by correlating observations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#affected_resource ⇒ String
The resource affected by the problem.
-
#end_time ⇒ Time
The time when the problem ended, in epoch seconds.
-
#feedback ⇒ Hash<String,String>
Feedback provided by the user about the problem.
-
#id ⇒ String
The ID of the problem.
-
#insights ⇒ String
A detailed analysis of the problem using machine learning.
-
#last_recurrence_time ⇒ Time
-
#recurring_count ⇒ Integer
-
#resource_group_name ⇒ String
The name of the resource group affected by the problem.
-
#severity_level ⇒ String
A measure of the level of impact of the problem.
-
#start_time ⇒ Time
The time when the problem started, in epoch seconds.
-
#status ⇒ String
The status of the problem.
-
#title ⇒ String
The name of the problem.
Instance Attribute Details
#affected_resource ⇒ String
The resource affected by the problem.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time when the problem ended, in epoch seconds.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#feedback ⇒ Hash<String,String>
Feedback provided by the user about the problem.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the problem.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#insights ⇒ String
A detailed analysis of the problem using machine learning.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#last_recurrence_time ⇒ Time
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#recurring_count ⇒ Integer
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#resource_group_name ⇒ String
The name of the resource group affected by the problem.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#severity_level ⇒ String
A measure of the level of impact of the problem.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time when the problem started, in epoch seconds.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the problem.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The name of the problem.
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1529 class Problem < Struct.new( :id, :title, :insights, :status, :affected_resource, :start_time, :end_time, :severity_level, :resource_group_name, :feedback, :recurring_count, :last_recurrence_time) SENSITIVE = [] include Aws::Structure end |