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 AWS Audit Manager. An AWS Audit Manager assessment is an implementation of an AWS 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)


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

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

#aws_accountTypes::AWSAccount

The AWS account associated with the assessment.

Returns:



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

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

#frameworkTypes::AssessmentFramework

The framework from which the assessment was created.



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

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

#metadataTypes::AssessmentMetadata

The metadata for the specified assessment.



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

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

#tagsHash<String,String>

The tags associated with the assessment.

Returns:

  • (Hash<String,String>)


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

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