Class: Aws::AuditManager::Types::CreateAssessmentFrameworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateAssessmentFrameworkRequest
- 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::CreateAssessmentFrameworkControlSet>
The control sets that are associated with the framework.
-
#description ⇒ String
An optional description for the new custom framework.
-
#name ⇒ String
The name of the new custom framework.
-
#tags ⇒ Hash<String,String>
The tags that are associated with the framework.
Instance Attribute Details
#compliance_type ⇒ String
The compliance type that the new custom framework supports, such as CIS or HIPAA.
1551 1552 1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1551 class CreateAssessmentFrameworkRequest < Struct.new( :name, :description, :compliance_type, :control_sets, :tags) SENSITIVE = [:compliance_type] include Aws::Structure end |
#control_sets ⇒ Array<Types::CreateAssessmentFrameworkControlSet>
The control sets that are associated with the framework.
1551 1552 1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1551 class CreateAssessmentFrameworkRequest < Struct.new( :name, :description, :compliance_type, :control_sets, :tags) SENSITIVE = [:compliance_type] include Aws::Structure end |
#description ⇒ String
An optional description for the new custom framework.
1551 1552 1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1551 class CreateAssessmentFrameworkRequest < Struct.new( :name, :description, :compliance_type, :control_sets, :tags) SENSITIVE = [:compliance_type] include Aws::Structure end |
#name ⇒ String
The name of the new custom framework.
1551 1552 1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1551 class CreateAssessmentFrameworkRequest < Struct.new( :name, :description, :compliance_type, :control_sets, :tags) SENSITIVE = [:compliance_type] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that are associated with the framework.
1551 1552 1553 1554 1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1551 class CreateAssessmentFrameworkRequest < Struct.new( :name, :description, :compliance_type, :control_sets, :tags) SENSITIVE = [:compliance_type] include Aws::Structure end |