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
- Struct
- Aws::Inspector::Types::UpdateAssessmentTargetRequest
- 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
-
#assessment_target_arn ⇒ String
The ARN of the assessment target that you want to update.
-
#assessment_target_name ⇒ String
The name of the assessment target that you want to update.
-
#resource_group_arn ⇒ String
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
Instance Attribute Details
#assessment_target_arn ⇒ String
The ARN of the assessment target that you want to update.
#assessment_target_name ⇒ String
The name of the assessment target that you want to update.
#resource_group_arn ⇒ String
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.