Class: Aws::SecurityHub::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Recommendation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A recommendation on how to remediate the issue identified in a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
Describes the recommended steps to take to remediate an issue identified in a finding.
-
#url ⇒ String
A URL to a page or site that contains information about how to remediate a finding.
Instance Attribute Details
#text ⇒ String
Describes the recommended steps to take to remediate an issue identified in a finding.
Length Constraints: Minimum of 1 length. Maximum of 512 length.
27953 27954 27955 27956 27957 27958 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27953 class Recommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
A URL to a page or site that contains information about how to remediate a finding.
27953 27954 27955 27956 27957 27958 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27953 class Recommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |