Class: Aws::Inspector::Types::UpdateAssessmentTargetRequest

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 of the assessment target that you want to update.

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2784

class UpdateAssessmentTargetRequest < Struct.new(
  :assessment_target_arn,
  :assessment_target_name,
  :resource_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_target_nameString

The name of the assessment target that you want to update.

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2784

class UpdateAssessmentTargetRequest < Struct.new(
  :assessment_target_arn,
  :assessment_target_name,
  :resource_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_arnString

The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2784

class UpdateAssessmentTargetRequest < Struct.new(
  :assessment_target_arn,
  :assessment_target_name,
  :resource_group_arn)
  SENSITIVE = []
  include Aws::Structure
end