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.
1594 1595 1596 1597 1598 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1594 class CreateAssessmentFrameworkResponse < Struct.new( :framework) SENSITIVE = [] include Aws::Structure end |