Class: Aws::Types::UpdateAssessmentTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssessmentTargetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_target_arn ⇒ ::String
Returns the value of attribute assessment_target_arn.
-
#assessment_target_name ⇒ ::String
Returns the value of attribute assessment_target_name.
-
#resource_group_arn ⇒ ::String
Returns the value of attribute resource_group_arn.
Instance Attribute Details
#assessment_target_arn ⇒ ::String
Returns the value of attribute assessment_target_arn.
757 758 759 |
# File 'sig/types.rbs', line 757 def assessment_target_arn @assessment_target_arn end |
#assessment_target_name ⇒ ::String
Returns the value of attribute assessment_target_name.
758 759 760 |
# File 'sig/types.rbs', line 758 def assessment_target_name @assessment_target_name end |
#resource_group_arn ⇒ ::String
Returns the value of attribute resource_group_arn.
759 760 761 |
# File 'sig/types.rbs', line 759 def resource_group_arn @resource_group_arn end |