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.
4427 4428 4429 4430 4431 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4427 class UpdateAssessmentControlResponse < Struct.new( :control) SENSITIVE = [] include Aws::Structure end |