Class: Aws::CodeGuruSecurity::Types::Recommendation

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

Overview

Information about the recommended course of action to remediate a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The recommended course of action to remediate the finding.

Returns:

  • (String)


934
935
936
937
938
939
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 934

class Recommendation < Struct.new(
  :text,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL address to the recommendation for remediating the finding.

Returns:

  • (String)


934
935
936
937
938
939
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 934

class Recommendation < Struct.new(
  :text,
  :url)
  SENSITIVE = []
  include Aws::Structure
end