The description of the exclusion.
Returns:
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223
# File 'lib/aws-sdk-inspector/types.rb', line 1214 class Exclusion < Struct.new( :arn, :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end