Method: Aws::Inspector::Types::Exclusion#attributes
- Defined in:
- lib/aws-sdk-inspector/types.rb
#attributes ⇒ Array<Types::Attribute>
The system-defined attributes for the exclusion.
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 |