Class: Aws::AuditManager::Types::AssessmentReportMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AssessmentReportMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
The metadata objects that are associated with the specified assessment report.
Constant Summary collapse
- SENSITIVE =
[:description, :assessment_name, :author]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier for the associated assessment.
-
#assessment_name ⇒ String
The name of the associated assessment.
-
#author ⇒ String
The name of the user who created the assessment report.
-
#creation_time ⇒ Time
Specifies when the assessment report was created.
-
#description ⇒ String
The description of the assessment report.
-
#id ⇒ String
The unique identifier for the assessment report.
-
#name ⇒ String
The name of the assessment report.
-
#status ⇒ String
The current status of the assessment report.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the associated assessment.
753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 753 class AssessmentReportMetadata < Struct.new( :id, :name, :description, :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.
753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 753 class AssessmentReportMetadata < Struct.new( :id, :name, :description, :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.
753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 753 class AssessmentReportMetadata < Struct.new( :id, :name, :description, :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.
753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 753 class AssessmentReportMetadata < Struct.new( :id, :name, :description, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#description ⇒ String
The description of the assessment report.
753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 753 class AssessmentReportMetadata < Struct.new( :id, :name, :description, :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.
753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 753 class AssessmentReportMetadata < Struct.new( :id, :name, :description, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#name ⇒ String
The name of the assessment report.
753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 753 class AssessmentReportMetadata < Struct.new( :id, :name, :description, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |
#status ⇒ String
The current status of the assessment report.
753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 753 class AssessmentReportMetadata < Struct.new( :id, :name, :description, :assessment_id, :assessment_name, :author, :status, :creation_time) SENSITIVE = [:description, :assessment_name, :author] include Aws::Structure end |