class Aws::AuditManager::Types::UpdateAssessmentFrameworkRequest
@note When making an API call, you may pass UpdateAssessmentFrameworkRequest
data as a hash: { framework_id: "UUID", # required name: "FrameworkName", # required description: "FrameworkDescription", compliance_type: "ComplianceType", control_sets: [ # required { id: "ControlSetName", name: "ControlSetName", # required controls: [ { id: "UUID", }, ], }, ], }
@!attribute [rw] framework_id
The identifier for the specified framework. @return [String]
@!attribute [rw] name
The name of the framework to be updated. @return [String]
@!attribute [rw] description
The description of the framework that is to be updated. @return [String]
@!attribute [rw] compliance_type
The compliance type that the new custom framework supports, such as CIS or HIPAA. @return [String]
@!attribute [rw] control_sets
The control sets associated with the framework. @return [Array<Types::UpdateAssessmentFrameworkControlSet>]
@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentFrameworkRequest AWS API Documentation
Constants
- SENSITIVE