You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartAssessmentRunRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  assessment_template_arn: "Arn", # required
  assessment_run_name: "AssessmentRunName",
}

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)

    You can specify the name for the assessment run.

#assessment_template_arnString

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

Returns:

  • (String)

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