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

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

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the assessment.

Returns:

  • (String)


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

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

#aws_accountTypes::AWSAccount

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

Returns:



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

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

#frameworkTypes::AssessmentFramework

The framework that the assessment was created from.



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

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

#metadataTypes::AssessmentMetadata

The metadata for the assessment.



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

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

#tagsHash<String,String>

The tags that are associated with the assessment.

Returns:

  • (Hash<String,String>)


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

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