Class: Aws::Inspector::Types::StartAssessmentRunRequest

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_run_nameString

You can specify the name for the assessment run. The name must be unique for the assessment template whose ARN is used to start the assessment run.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2567

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

#assessment_template_arnString

The ARN of the assessment template of the assessment run that you want to start.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2567

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