Class: Aws::Inspector::Types::ExclusionPreview
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::ExclusionPreview
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Contains information about what is excluded from an assessment run given the current state of the assessment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::Attribute>
The system-defined attributes for the exclusion preview.
-
#description ⇒ String
The description of the exclusion preview.
-
#recommendation ⇒ String
The recommendation for the exclusion preview.
-
#scopes ⇒ Array<Types::Scope>
The AWS resources for which the exclusion preview pertains.
-
#title ⇒ String
The name of the exclusion preview.
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
The system-defined attributes for the exclusion preview.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-inspector/types.rb', line 1250 class ExclusionPreview < Struct.new( :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the exclusion preview.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-inspector/types.rb', line 1250 class ExclusionPreview < Struct.new( :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#recommendation ⇒ String
The recommendation for the exclusion preview.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-inspector/types.rb', line 1250 class ExclusionPreview < Struct.new( :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#scopes ⇒ Array<Types::Scope>
The AWS resources for which the exclusion preview pertains.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-inspector/types.rb', line 1250 class ExclusionPreview < Struct.new( :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The name of the exclusion preview.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-inspector/types.rb', line 1250 class ExclusionPreview < Struct.new( :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |