Class: Aws::CodeGuruSecurity::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::Recommendation
- Includes:
- Structure
- Defined in:
- 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
-
#text ⇒ String
The recommended course of action to remediate the finding.
-
#url ⇒ String
The URL address to the recommendation for remediating the finding.
Instance Attribute Details
#text ⇒ String
The recommended course of action to remediate the finding.
942 943 944 945 946 947 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 942 class Recommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL address to the recommendation for remediating the finding.
942 943 944 945 946 947 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 942 class Recommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |