Class: Aws::Inspector::Types::CreateExclusionsPreviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::CreateExclusionsPreviewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_template_arn ⇒ String
The ARN that specifies the assessment template for which you want to create an exclusions preview.
Instance Attribute Details
#assessment_template_arn ⇒ String
The ARN that specifies the assessment template for which you want to create an exclusions preview.
805 806 807 808 809 |
# File 'lib/aws-sdk-inspector/types.rb', line 805 class CreateExclusionsPreviewRequest < Struct.new( :assessment_template_arn) SENSITIVE = [] include Aws::Structure end |