Class: Aws::CodeGuruSecurity::Types::Recommendation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeGuruSecurity::Types::Recommendation
 
- 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
- 
  
    
      #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 'gems/aws-sdk-codegurusecurity/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 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 942 class Recommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |