Class: Aws::Inspector2::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Recommendation
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Details about the recommended course of action to remediate the finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The recommended course of action to remediate the finding.
-
#url ⇒ String
The URL address to the CVE remediation recommendations.
Instance Attribute Details
#text ⇒ String
The recommended course of action to remediate the finding.
5799 5800 5801 5802 5803 5804 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5799 class Recommendation < Struct.new( :url, :text) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL address to the CVE remediation recommendations.
5799 5800 5801 5802 5803 5804 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5799 class Recommendation < Struct.new( :url, :text) SENSITIVE = [] include Aws::Structure end |