Class: Aws::Inspector::Types::UpdateAssessmentTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::UpdateAssessmentTargetRequest
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
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",
}
Constant Summary collapse
- SENSITIVE =
[]
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.
3275 3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 3275 class UpdateAssessmentTargetRequest < Struct.new( :assessment_target_arn, :assessment_target_name, :resource_group_arn) SENSITIVE = [] include Aws::Structure end |
#assessment_target_name ⇒ String
The name of the assessment target that you want to update.
3275 3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 3275 class UpdateAssessmentTargetRequest < Struct.new( :assessment_target_arn, :assessment_target_name, :resource_group_arn) SENSITIVE = [] include Aws::Structure end |
#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.
3275 3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 3275 class UpdateAssessmentTargetRequest < Struct.new( :assessment_target_arn, :assessment_target_name, :resource_group_arn) SENSITIVE = [] include Aws::Structure end |