Class: Aws::AuditManager::Types::UpdateAssessmentControlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentControlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control ⇒ Types::AssessmentControl
The name of the updated control set that the ‘UpdateAssessmentControl` API returned.
Instance Attribute Details
#control ⇒ Types::AssessmentControl
The name of the updated control set that the ‘UpdateAssessmentControl` API returned.
4541 4542 4543 4544 4545 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4541 class UpdateAssessmentControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |