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.
2562 2563 2564 2565 2566 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2562 class GetAssessmentFrameworkResponse < Struct.new( :framework) SENSITIVE = [] include Aws::Structure end |