Class: Aws::AuditManager::Types::UpdateAssessmentFrameworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentFrameworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:compliance_type]
Instance Attribute Summary collapse
-
#compliance_type ⇒ String
The compliance type that the new custom framework supports, such as CIS or HIPAA.
-
#control_sets ⇒ Array<Types::UpdateAssessmentFrameworkControlSet>
The control sets that are associated with the framework.
-
#description ⇒ String
The description of the updated framework.
-
#framework_id ⇒ String
The unique identifier for the framework.
-
#name ⇒ String
The name of the framework to be updated.
Instance Attribute Details
#compliance_type ⇒ String
The compliance type that the new custom framework supports, such as CIS or HIPAA.
4521 4522 4523 4524 4525 4526 4527 4528 4529 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4521 class UpdateAssessmentFrameworkRequest < Struct.new( :framework_id, :name, :description, :compliance_type, :control_sets) SENSITIVE = [:compliance_type] include Aws::Structure end |
#control_sets ⇒ Array<Types::UpdateAssessmentFrameworkControlSet>
The control sets that are associated with the framework.
4521 4522 4523 4524 4525 4526 4527 4528 4529 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4521 class UpdateAssessmentFrameworkRequest < Struct.new( :framework_id, :name, :description, :compliance_type, :control_sets) SENSITIVE = [:compliance_type] include Aws::Structure end |
#description ⇒ String
The description of the updated framework.
4521 4522 4523 4524 4525 4526 4527 4528 4529 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4521 class UpdateAssessmentFrameworkRequest < Struct.new( :framework_id, :name, :description, :compliance_type, :control_sets) SENSITIVE = [:compliance_type] include Aws::Structure end |
#framework_id ⇒ String
The unique identifier for the framework.
4521 4522 4523 4524 4525 4526 4527 4528 4529 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4521 class UpdateAssessmentFrameworkRequest < Struct.new( :framework_id, :name, :description, :compliance_type, :control_sets) SENSITIVE = [:compliance_type] include Aws::Structure end |
#name ⇒ String
The name of the framework to be updated.
4521 4522 4523 4524 4525 4526 4527 4528 4529 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4521 class UpdateAssessmentFrameworkRequest < Struct.new( :framework_id, :name, :description, :compliance_type, :control_sets) SENSITIVE = [:compliance_type] include Aws::Structure end |