Class: Aws::Inspector::Types::CreateAssessmentTargetResponse

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_target_arnString

The ARN that specifies the assessment target that is created.

Returns:

  • (String)


740
741
742
743
744
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 740

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