Class: Aws::SecurityHub::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Recommendation
- Defined in:
- gems/aws-sdk-securityhub/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.
28320 28321 28322 28323 28324 28325 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28320 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.
28320 28321 28322 28323 28324 28325 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28320 class Recommendation < Struct.new( :text, :url) SENSITIVE = [] include Aws::Structure end |