Class: Aws::Inspector::Types::StartAssessmentRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::StartAssessmentRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_run_name ⇒ String
You can specify the name for the assessment run.
-
#assessment_template_arn ⇒ String
The ARN of the assessment template of the assessment run that you want to start.
Instance Attribute Details
#assessment_run_name ⇒ String
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.
2567 2568 2569 2570 2571 2572 |
# File '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_arn ⇒ String
The ARN of the assessment template of the assessment run that you want to start.
2567 2568 2569 2570 2571 2572 |
# File 'lib/aws-sdk-inspector/types.rb', line 2567 class StartAssessmentRunRequest < Struct.new( :assessment_template_arn, :assessment_run_name) SENSITIVE = [] include Aws::Structure end |