class Aws::Inspector::Types::UpdateAssessmentTargetRequest

@note When making an API call, you may pass UpdateAssessmentTargetRequest

data as a hash:

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

@!attribute [rw] assessment_target_arn

The ARN of the assessment target that you want to update.
@return [String]

@!attribute [rw] assessment_target_name

The name of the assessment target that you want to update.
@return [String]

@!attribute [rw] resource_group_arn

The ARN of the resource group that is used to specify the new
resource group to associate with the assessment target.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/UpdateAssessmentTargetRequest AWS API Documentation

Constants

SENSITIVE