Class: Aws::AuditManager::Types::CreateAssessmentFrameworkResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frameworkTypes::Framework

The name of the new framework that the ‘CreateAssessmentFramework` API returned.

Returns:



1568
1569
1570
1571
1572
# File 'lib/aws-sdk-auditmanager/types.rb', line 1568

class CreateAssessmentFrameworkResponse < Struct.new(
  :framework)
  SENSITIVE = []
  include Aws::Structure
end