Class: Aws::AuditManager::Types::CreateAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateAssessmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment ⇒ Types::Assessment
An entity that defines the scope of audit evidence collected by Audit Manager.
Instance Attribute Details
#assessment ⇒ Types::Assessment
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.
1689 1690 1691 1692 1693 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1689 class CreateAssessmentResponse < Struct.new( :assessment) SENSITIVE = [] include Aws::Structure end |