Class: Aws::AuditManager::Types::GetAssessmentFrameworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetAssessmentFrameworkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework ⇒ Types::Framework
The framework that the ‘GetAssessmentFramework` API returned.
Instance Attribute Details
#framework ⇒ Types::Framework
The framework that the ‘GetAssessmentFramework` API returned.
<note markdown=“1”> The ‘Controls` object returns a partial response when called through Framework APIs. For a complete `Controls` object, use `GetControl`.
</note>
2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2631 class GetAssessmentFrameworkResponse < Struct.new( :framework) SENSITIVE = [] include Aws::Structure end |