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.
4658 4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4658 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.
<note markdown=“1”> The ‘Controls` object returns a partial response when called through Framework APIs. For a complete `Controls` object, use `GetControl`.
</note>
4658 4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4658 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.
4658 4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4658 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.
4658 4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4658 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.
4658 4659 4660 4661 4662 4663 4664 4665 4666 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4658 class UpdateAssessmentFrameworkRequest < Struct.new( :framework_id, :name, :description, :compliance_type, :control_sets) SENSITIVE = [:compliance_type] include Aws::Structure end |