Class: Aws::AuditManager::Types::AssessmentReportMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/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

Instance Attribute Details

#assessment_idString

The unique identifier for the associated assessment.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'gems/aws-sdk-auditmanager/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_nameString

The name of the associated assessment.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'gems/aws-sdk-auditmanager/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

#authorString

The name of the user who created the assessment report.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'gems/aws-sdk-auditmanager/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_timeTime

Specifies when the assessment report was created.

Returns:

  • (Time)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'gems/aws-sdk-auditmanager/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

#descriptionString

The description of the assessment report.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'gems/aws-sdk-auditmanager/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

#idString

The unique identifier for the assessment report.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'gems/aws-sdk-auditmanager/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

#nameString

The name of the assessment report.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'gems/aws-sdk-auditmanager/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

#statusString

The current status of the assessment report.

Returns:

  • (String)


753
754
755
756
757
758
759
760
761
762
763
764
# File 'gems/aws-sdk-auditmanager/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