Class: Aws::Inspector::Types::StartAssessmentRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::StartAssessmentRunResponse
- Defined in:
- gems/aws-sdk-inspector/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.
3020 3021 3022 3023 3024 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 3020 class StartAssessmentRunResponse < Struct.new( :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |