Class: Aws::AuditManager::Types::UpdateAssessmentFrameworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateAssessmentFrameworkResponse
- 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 framework.
Instance Attribute Details
#framework ⇒ Types::Framework
The name of the framework.
4537 4538 4539 4540 4541 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4537 class UpdateAssessmentFrameworkResponse < Struct.new( :framework) SENSITIVE = [] include Aws::Structure end |