Class: Aws::Inspector::Types::CreateExclusionsPreviewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_template_arnString

The ARN that specifies the assessment template for which you want to create an exclusions preview.

Returns:

  • (String)


805
806
807
808
809
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 805

class CreateExclusionsPreviewRequest < Struct.new(
  :assessment_template_arn)
  SENSITIVE = []
  include Aws::Structure
end