Class: Aws::AuditManager::Types::AssessmentReport

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

A finalized document generated from an AWS Audit Manager assessment. These reports summarize the relevant evidence collected for your audit, and link to the relevant evidence folders which are named and organized according to the controls specified in your assessment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The identifier for the specified assessment.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_nameString

The name of the associated assessment.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#authorString

The name of the user who created the assessment report.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The identifier for the specified AWS account.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

Specifies when the assessment report was created.

Returns:

  • (Time)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the specified assessment report.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the specified assessment report.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name given to the assessment report.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the specified assessment report.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
593
594
# File 'lib/aws-sdk-auditmanager/types.rb', line 582

class AssessmentReport < Struct.new(
  :id,
  :name,
  :description,
  :aws_account_id,
  :assessment_id,
  :assessment_name,
  :author,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end