Class: Aws::Inspector::Types::StartAssessmentRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::StartAssessmentRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_run_arn ⇒ String
The ARN of the assessment run that has been started.
Instance Attribute Details
#assessment_run_arn ⇒ String
The ARN of the assessment run that has been started.
2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-inspector/types.rb', line 2580 class StartAssessmentRunResponse < Struct.new( :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |