Class: Aws::DevOpsGuru::Types::Recommendation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Recommendation information to help you remediate detected anomalous behavior that generated an insight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The category type of the recommendation.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3690

class Recommendation < Struct.new(
  :description,
  :link,
  :name,
  :reason,
  :related_events,
  :related_anomalies,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the problem.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3690

class Recommendation < Struct.new(
  :description,
  :link,
  :name,
  :reason,
  :related_events,
  :related_anomalies,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

A hyperlink to information to help you address the problem.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3690

class Recommendation < Struct.new(
  :description,
  :link,
  :name,
  :reason,
  :related_events,
  :related_anomalies,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the recommendation.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3690

class Recommendation < Struct.new(
  :description,
  :link,
  :name,
  :reason,
  :related_events,
  :related_anomalies,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason DevOps Guru flagged the anomalous behavior as a problem.

Returns:

  • (String)


3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3690

class Recommendation < Struct.new(
  :description,
  :link,
  :name,
  :reason,
  :related_events,
  :related_anomalies,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.



3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3690

class Recommendation < Struct.new(
  :description,
  :link,
  :name,
  :reason,
  :related_events,
  :related_anomalies,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.



3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3690

class Recommendation < Struct.new(
  :description,
  :link,
  :name,
  :reason,
  :related_events,
  :related_anomalies,
  :category)
  SENSITIVE = []
  include Aws::Structure
end