Class: Aws::ECR::Types::Remediation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::Remediation
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Information on how to remediate a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation ⇒ Types::Recommendation
An object that contains information about the recommended course of action to remediate the finding.
Instance Attribute Details
#recommendation ⇒ Types::Recommendation
An object that contains information about the recommended course of action to remediate the finding.
3419 3420 3421 3422 3423 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3419 class Remediation < Struct.new( :recommendation) SENSITIVE = [] include Aws::Structure end |