Class: Aws::AuditManager::Types::Assessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::Assessment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.
Constant Summary collapse
- SENSITIVE =
[:framework]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the assessment.
-
#aws_account ⇒ Types::AWSAccount
The Amazon Web Services account that’s associated with the assessment.
-
#framework ⇒ Types::AssessmentFramework
The framework that the assessment was created from.
-
#metadata ⇒ Types::AssessmentMetadata
The metadata for the assessment.
-
#tags ⇒ Hash<String,String>
The tags that are associated with the assessment.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the assessment.
107 108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 107 class Assessment < Struct.new( :arn, :aws_account, :metadata, :framework, :tags) SENSITIVE = [:framework] include Aws::Structure end |
#aws_account ⇒ Types::AWSAccount
The Amazon Web Services account that’s associated with the assessment.
107 108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 107 class Assessment < Struct.new( :arn, :aws_account, :metadata, :framework, :tags) SENSITIVE = [:framework] include Aws::Structure end |
#framework ⇒ Types::AssessmentFramework
The framework that the assessment was created from.
107 108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 107 class Assessment < Struct.new( :arn, :aws_account, :metadata, :framework, :tags) SENSITIVE = [:framework] include Aws::Structure end |
#metadata ⇒ Types::AssessmentMetadata
The metadata for the assessment.
107 108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 107 class Assessment < Struct.new( :arn, :aws_account, :metadata, :framework, :tags) SENSITIVE = [:framework] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that are associated with the assessment.
107 108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 107 class Assessment < Struct.new( :arn, :aws_account, :metadata, :framework, :tags) SENSITIVE = [:framework] include Aws::Structure end |