Class: Aws::Inspector::Types::UpdateAssessmentTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::UpdateAssessmentTargetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
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.
2784 2785 2786 2787 2788 2789 2790 |
# File '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_name ⇒ String
The name of the assessment target that you want to update.
2784 2785 2786 2787 2788 2789 2790 |
# File '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_arn ⇒ String
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
2784 2785 2786 2787 2788 2789 2790 |
# File '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 |