Method: Aws::Inspector::Types::Exclusion#arn

Defined in:
lib/aws-sdk-inspector/types.rb

#arnString

The ARN that specifies the exclusion.

Returns:

  • (String)


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