Class: Aws::AuditManager::Types::Assessment

Inherits:
Struct
  • Object
show all
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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the assessment.

Returns:

  • (String)


110
111
112
113
114
115
116
117
118
# File 'lib/aws-sdk-auditmanager/types.rb', line 110

class Assessment < Struct.new(
  :arn,
  :aws_account,
  :metadata,
  :framework,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#aws_accountTypes::AWSAccount

The Amazon Web Services account that’s associated with the assessment.

Returns:



110
111
112
113
114
115
116
117
118
# File 'lib/aws-sdk-auditmanager/types.rb', line 110

class Assessment < Struct.new(
  :arn,
  :aws_account,
  :metadata,
  :framework,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#frameworkTypes::AssessmentFramework

The framework that the assessment was created from.



110
111
112
113
114
115
116
117
118
# File 'lib/aws-sdk-auditmanager/types.rb', line 110

class Assessment < Struct.new(
  :arn,
  :aws_account,
  :metadata,
  :framework,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::AssessmentMetadata

The metadata for the assessment.



110
111
112
113
114
115
116
117
118
# File 'lib/aws-sdk-auditmanager/types.rb', line 110

class Assessment < Struct.new(
  :arn,
  :aws_account,
  :metadata,
  :framework,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags that are associated with the assessment.

Returns:

  • (Hash<String,String>)


110
111
112
113
114
115
116
117
118
# File 'lib/aws-sdk-auditmanager/types.rb', line 110

class Assessment < Struct.new(
  :arn,
  :aws_account,
  :metadata,
  :framework,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end