Class: Aws::AuditManager::Types::AssessmentFramework
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AssessmentFramework
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
The file used to structure and automate Audit Manager assessments for a given compliance standard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the framework.
-
#control_sets ⇒ Array<Types::AssessmentControlSet>
The control sets that are associated with the framework.
-
#id ⇒ String
The unique identifier for the framework.
-
#metadata ⇒ Types::FrameworkMetadata
The metadata of a framework, such as the name, ID, or description.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the framework.
352 353 354 355 356 357 358 359 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 352 class AssessmentFramework < Struct.new( :id, :arn, :metadata, :control_sets) SENSITIVE = [] include Aws::Structure end |
#control_sets ⇒ Array<Types::AssessmentControlSet>
The control sets that are associated with the framework.
352 353 354 355 356 357 358 359 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 352 class AssessmentFramework < Struct.new( :id, :arn, :metadata, :control_sets) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the framework.
352 353 354 355 356 357 358 359 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 352 class AssessmentFramework < Struct.new( :id, :arn, :metadata, :control_sets) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::FrameworkMetadata
The metadata of a framework, such as the name, ID, or description.
352 353 354 355 356 357 358 359 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 352 class AssessmentFramework < Struct.new( :id, :arn, :metadata, :control_sets) SENSITIVE = [] include Aws::Structure end |