You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAssessmentTargetRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  assessment_target_arn: "Arn", # required
  assessment_target_name: "AssessmentTargetName", # required
  resource_group_arn: "Arn",
}

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_target_arnString

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

Returns:

  • (String)

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

#assessment_target_nameString

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

Returns:

  • (String)

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

#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)

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