Class: Aws::AuditManager::Types::UpdateAssessmentControlSetStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentControlSetStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_set ⇒ Types::AssessmentControlSet
The name of the updated control set that the ‘UpdateAssessmentControlSetStatus` API returned.
Instance Attribute Details
#control_set ⇒ Types::AssessmentControlSet
The name of the updated control set that the ‘UpdateAssessmentControlSetStatus` API returned.
4467 4468 4469 4470 4471 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4467 class UpdateAssessmentControlSetStatusResponse < Struct.new( :control_set) SENSITIVE = [] include Aws::Structure end |