Class: Aws::AuditManager::Types::AssessmentReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AssessmentReport
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
A finalized document that’s generated from an Audit Manager assessment. These reports summarize the relevant evidence that was collected for your audit, and link to the relevant evidence folders. These evidence folders are named and organized according to the controls that are specified in your assessment.
Constant Summary collapse
- SENSITIVE =
[:description, :assessment_name, :author]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The identifier for the specified assessment.
-
#assessment_name ⇒ String
The name of the associated assessment.
-
#author ⇒ String
The name of the user who created the assessment report.
-
#aws_account_id ⇒ String
The identifier for the specified Amazon Web Services account.
-
#creation_time ⇒ Time
Specifies when the assessment report was created.
-
#description ⇒ String
The description of the specified assessment report.
-
#id ⇒ String
The unique identifier for the assessment report.
-
#name ⇒ String
The name that’s given to the assessment report.
-
#status ⇒ String
The current status of the specified assessment report.
Instance Attribute Details
#assessment_id ⇒ String
The identifier for the specified assessment.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#assessment_name ⇒ String
The name of the associated assessment.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#author ⇒ String
The name of the user who created the assessment report.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#aws_account_id ⇒ String
The identifier for the specified Amazon Web Services account.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#creation_time ⇒ Time
Specifies when the assessment report was created.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#description ⇒ String
The description of the specified assessment report.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#id ⇒ String
The unique identifier for the assessment report.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#name ⇒ String
The name that’s given to the assessment report.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#status ⇒ String
The current status of the specified assessment report.
677 678 679 680 681 682 683 684 685 686 687 688 689 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 677 class AssessmentReport < Struct.new( :id, :name, :description, :aws_account_id, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |