Class: Aws::ECR::Types::Recommendation

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

Overview

Details about the recommended course of action to remediate the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The recommended course of action to remediate the finding.

Returns:

  • (String)


3000
3001
3002
3003
3004
3005
# File 'lib/aws-sdk-ecr/types.rb', line 3000

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

#urlString

The URL address to the CVE remediation recommendations.

Returns:

  • (String)


3000
3001
3002
3003
3004
3005
# File 'lib/aws-sdk-ecr/types.rb', line 3000

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