Class: Aws::Inspector::Types::StartAssessmentRunResponse

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_arnString

The ARN of the assessment run that has been started.

Returns:

  • (String)


2580
2581
2582
2583
2584
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2580

class StartAssessmentRunResponse < Struct.new(
  :assessment_run_arn)
  SENSITIVE = []
  include Aws::Structure
end