Class: Aws::AuditManager::Types::CreateAssessmentFrameworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateAssessmentFrameworkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework ⇒ Types::Framework
The name of the new framework that the ‘CreateAssessmentFramework` API returned.
Instance Attribute Details
#framework ⇒ Types::Framework
The name of the new framework that the ‘CreateAssessmentFramework` API returned.
1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1568 class CreateAssessmentFrameworkResponse < Struct.new( :framework) SENSITIVE = [] include Aws::Structure end |