Class: Aws::AuditManager::Types::CreateAssessmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessmentTypes::Assessment

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.

Returns:



1580
1581
1582
1583
1584
# File 'lib/aws-sdk-auditmanager/types.rb', line 1580

class CreateAssessmentResponse < Struct.new(
  :assessment)
  SENSITIVE = []
  include Aws::Structure
end