Class: Aws::Inspector::Types::Exclusion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::Exclusion
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Contains information about what was excluded from an assessment run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN that specifies the exclusion.
-
#attributes ⇒ Array<Types::Attribute>
The system-defined attributes for the exclusion.
-
#description ⇒ String
The description of the exclusion.
-
#recommendation ⇒ String
The recommendation for the exclusion.
-
#scopes ⇒ Array<Types::Scope>
The AWS resources for which the exclusion pertains.
-
#title ⇒ String
The name of the exclusion.
Instance Attribute Details
#arn ⇒ String
The ARN that specifies the exclusion.
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1214 class Exclusion < Struct.new( :arn, :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Array<Types::Attribute>
The system-defined attributes for the exclusion.
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1214 class Exclusion < Struct.new( :arn, :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the exclusion.
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1214 class Exclusion < Struct.new( :arn, :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#recommendation ⇒ String
The recommendation for the exclusion.
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1214 class Exclusion < Struct.new( :arn, :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#scopes ⇒ Array<Types::Scope>
The AWS resources for which the exclusion pertains.
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1214 class Exclusion < Struct.new( :arn, :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The name of the exclusion.
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1214 class Exclusion < Struct.new( :arn, :title, :description, :recommendation, :scopes, :attributes) SENSITIVE = [] include Aws::Structure end |